|
|
@@ -55,6 +55,43 @@ layout_mode = 2
|
|
|
metadata/loadenable = true
|
|
|
metadata/inputfunction = "audioplayer"
|
|
|
|
|
|
+[node name="preview" type="GraphNode" parent="."]
|
|
|
+layout_mode = 0
|
|
|
+offset_left = 26.0
|
|
|
+offset_top = 283.0
|
|
|
+offset_right = 454.0
|
|
|
+offset_bottom = 513.0
|
|
|
+tooltip_text = "Stores your input file to be processed. Supports mono and stereo .wav files."
|
|
|
+title = "Preview"
|
|
|
+slot/0/left_enabled = true
|
|
|
+slot/0/left_type = 0
|
|
|
+slot/0/left_color = Color(1, 1, 1, 1)
|
|
|
+slot/0/left_icon = null
|
|
|
+slot/0/right_enabled = false
|
|
|
+slot/0/right_type = 0
|
|
|
+slot/0/right_color = Color(1, 1, 1, 0.564706)
|
|
|
+slot/0/right_icon = null
|
|
|
+slot/0/draw_stylebox = true
|
|
|
+slot/1/left_enabled = false
|
|
|
+slot/1/left_type = 0
|
|
|
+slot/1/left_color = Color(1, 1, 1, 1)
|
|
|
+slot/1/left_icon = null
|
|
|
+slot/1/right_enabled = false
|
|
|
+slot/1/right_type = 0
|
|
|
+slot/1/right_color = Color(1, 1, 1, 1)
|
|
|
+slot/1/right_icon = null
|
|
|
+slot/1/draw_stylebox = true
|
|
|
+script = ExtResource("3_uv17x")
|
|
|
+metadata/command = "preview"
|
|
|
+metadata/input = false
|
|
|
+
|
|
|
+[node name="Control" type="Control" parent="preview"]
|
|
|
+layout_mode = 2
|
|
|
+
|
|
|
+[node name="AudioPlayer" parent="preview" groups=["inputnode"] instance=ExtResource("2_b6nw4")]
|
|
|
+layout_mode = 2
|
|
|
+metadata/inputfunction = "audioplayer"
|
|
|
+
|
|
|
[node name="outputfile" type="GraphNode" parent="."]
|
|
|
layout_mode = 0
|
|
|
offset_left = 523.0
|
|
|
@@ -601,18 +638,29 @@ slot/5/right_type = 0
|
|
|
slot/5/right_color = Color(1, 1, 1, 1)
|
|
|
slot/5/right_icon = null
|
|
|
slot/5/draw_stylebox = true
|
|
|
+slot/6/left_enabled = false
|
|
|
+slot/6/left_type = 0
|
|
|
+slot/6/left_color = Color(1, 1, 1, 1)
|
|
|
+slot/6/left_icon = null
|
|
|
+slot/6/right_enabled = false
|
|
|
+slot/6/right_type = 0
|
|
|
+slot/6/right_color = Color(1, 1, 1, 1)
|
|
|
+slot/6/right_icon = null
|
|
|
+slot/6/draw_stylebox = true
|
|
|
script = ExtResource("8_5syjs")
|
|
|
metadata/command = "calculator"
|
|
|
metadata/utility = true
|
|
|
metadata/input = false
|
|
|
|
|
|
-[node name="Screen" type="RichTextLabel" parent="calculator"]
|
|
|
+[node name="Screen" type="CodeEdit" parent="calculator"]
|
|
|
custom_minimum_size = Vector2(0, 100)
|
|
|
layout_mode = 2
|
|
|
-theme_override_font_sizes/normal_font_size = 24
|
|
|
-bbcode_enabled = true
|
|
|
-scroll_following = true
|
|
|
-horizontal_alignment = 2
|
|
|
+theme_override_font_sizes/font_size = 25
|
|
|
+editable = false
|
|
|
+
|
|
|
+[node name="MarginContainer7" type="MarginContainer" parent="calculator"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_constants/margin_bottom = 4
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="calculator"]
|
|
|
custom_minimum_size = Vector2(0, 50)
|
|
|
@@ -695,7 +743,7 @@ metadata/calc = "6"
|
|
|
[node name="Button4" type="Button" parent="calculator/HBoxContainer2"]
|
|
|
layout_mode = 2
|
|
|
size_flags_horizontal = 3
|
|
|
-text = "x"
|
|
|
+text = "×"
|
|
|
metadata/calc = "*"
|
|
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="calculator"]
|