Browse Source

fixed bug where clip was incorrectly marked as a stereo process

Jonathan Higgins 9 months ago
parent
commit
971362eacf
2 changed files with 3 additions and 3 deletions
  1. 2 2
      project.godot
  2. 1 1
      scenes/Nodes/nodes.tscn

+ 2 - 2
project.godot

@@ -22,8 +22,8 @@ boot_splash/minimum_display_time=500
 [autoload]
 [autoload]
 
 
 Nodes="*res://scenes/Nodes/nodes.tscn"
 Nodes="*res://scenes/Nodes/nodes.tscn"
-Global="*res://Global/Global.gd"
-ConfigHandler="*res://Global/config_handler.gd"
+Global="*res://global/Global.gd"
+ConfigHandler="*res://global/config_handler.gd"
 
 
 [display]
 [display]
 
 

+ 1 - 1
scenes/Nodes/nodes.tscn

@@ -318,7 +318,6 @@ slot/1/right_icon = null
 slot/1/draw_stylebox = true
 slot/1/draw_stylebox = true
 script = ExtResource("3_uv17x")
 script = ExtResource("3_uv17x")
 metadata/command = "clip_clip_2"
 metadata/command = "clip_clip_2"
-metadata/stereo_input = true
 
 
 [node name="Control" type="Control" parent="clip_clip_2"]
 [node name="Control" type="Control" parent="clip_clip_2"]
 layout_mode = 2
 layout_mode = 2
@@ -3321,6 +3320,7 @@ text = "Stretch Multiplier"
 [node name="HSlider" parent="spectstr_stretch/VBoxContainer/HSplitContainer" index="0"]
 [node name="HSlider" parent="spectstr_stretch/VBoxContainer/HSplitContainer" index="0"]
 min_value = 0.1
 min_value = 0.1
 step = 0.01
 step = 0.01
+value = 10.1
 exp_edit = true
 exp_edit = true
 
 
 [node name="VBoxContainer2" parent="spectstr_stretch" instance=ExtResource("3_b6nw4")]
 [node name="VBoxContainer2" parent="spectstr_stretch" instance=ExtResource("3_b6nw4")]