preview.tscn 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene load_steps=3 format=3 uid="uid://bpl41kynk1eax"]
  2. [ext_resource type="Script" uid="uid://cdbx1dt3ohqte" path="res://scenes/Nodes/node_logic.gd" id="1_v172w"]
  3. [ext_resource type="PackedScene" uid="uid://csapiqka522fh" path="res://scenes/Nodes/audioplayer.tscn" id="2_8s0kc"]
  4. [node name="preview" type="GraphNode"]
  5. offset_left = 26.0
  6. offset_top = 283.0
  7. offset_right = 454.0
  8. offset_bottom = 513.0
  9. tooltip_text = "Stores your input file to be processed. Supports mono and stereo .wav files."
  10. title = "Preview"
  11. slot/0/left_enabled = true
  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 = false
  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_v172w")
  30. metadata/command = "preview"
  31. metadata/input = false
  32. [node name="Control" type="Control" parent="."]
  33. layout_mode = 2
  34. [node name="AudioPlayer" parent="." groups=["inputnode"] instance=ExtResource("2_8s0kc")]
  35. layout_mode = 2
  36. size_flags_horizontal = 4
  37. metadata/inputfunction = "audioplayer"