inputfile.tscn 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [gd_scene load_steps=3 format=3 uid="uid://b5206beyyhfvl"]
  2. [ext_resource type="Script" uid="uid://bifsyv5gxrddm" path="res://scenes/Nodes/inputfile.gd" id="1_bcco2"]
  3. [ext_resource type="PackedScene" uid="uid://csapiqka522fh" path="res://scenes/Nodes/audioplayer.tscn" id="2_xjpp1"]
  4. [node name="inputfile" type="GraphNode"]
  5. offset_left = 21.0
  6. offset_top = 6.0
  7. offset_right = 449.0
  8. offset_bottom = 236.0
  9. tooltip_text = "Stores your input file to be processed. Supports mono and stereo .wav files."
  10. title = "Input File"
  11. slot/0/left_enabled = false
  12. slot/0/left_type = 0
  13. slot/0/left_color = Color(1, 1, 1, 1)
  14. slot/0/left_icon = null
  15. slot/0/right_enabled = true
  16. slot/0/right_type = 0
  17. slot/0/right_color = Color(1, 1, 1, 0.564706)
  18. slot/0/right_icon = null
  19. slot/0/draw_stylebox = true
  20. slot/1/left_enabled = false
  21. slot/1/left_type = 0
  22. slot/1/left_color = Color(1, 1, 1, 1)
  23. slot/1/left_icon = null
  24. slot/1/right_enabled = false
  25. slot/1/right_type = 0
  26. slot/1/right_color = Color(1, 1, 1, 1)
  27. slot/1/right_icon = null
  28. slot/1/draw_stylebox = true
  29. script = ExtResource("1_bcco2")
  30. metadata/command = "inputfile"
  31. metadata/input = true
  32. [node name="Control" type="Control" parent="."]
  33. layout_mode = 2
  34. [node name="AudioPlayer" parent="." groups=["inputnode"] instance=ExtResource("2_xjpp1")]
  35. layout_mode = 2
  36. size_flags_horizontal = 4
  37. metadata/loadenable = true
  38. metadata/inputfunction = "audioplayer"