| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430 |
- [gd_scene load_steps=9 format=3 uid="uid://bcs87y7ptx3ke"]
- [ext_resource type="Script" uid="uid://bdlfvuljckmu1" path="res://scenes/main/control.gd" id="1_2f0aq"]
- [ext_resource type="Script" uid="uid://l2yejnjysupr" path="res://scenes/main/graph_edit.gd" id="2_3ioqo"]
- [ext_resource type="PackedScene" uid="uid://b0wdj8v6o0wq0" path="res://scenes/menu/menu.tscn" id="3_dtf4o"]
- [ext_resource type="Texture2D" uid="uid://cdwux1smquvpi" path="res://theme/images/logo.png" id="4_3ioqo"]
- [ext_resource type="PackedScene" uid="uid://dta7rfalv4uvd" path="res://scenes/main/audio_settings.tscn" id="5_dtf4o"]
- [ext_resource type="Script" uid="uid://dlcbmyu3s2phc" path="res://scenes/menu/search_menu.gd" id="6_fyarh"]
- [ext_resource type="Script" uid="uid://b6r7k326k3vif" path="res://scenes/Nodes/check_for_updates.gd" id="7_1kc3g"]
- [ext_resource type="PackedScene" uid="uid://c1a6elrpk4eks" path="res://scenes/main/settings.tscn" id="8_16l5g"]
- [node name="Control" type="Control"]
- layout_mode = 3
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- script = ExtResource("1_2f0aq")
- [node name="GraphEdit" type="GraphEdit" parent="."]
- layout_mode = 1
- anchors_preset = -1
- anchor_right = 1.0
- anchor_bottom = 1.0
- offset_top = 32.0
- right_disconnects = true
- script = ExtResource("2_3ioqo")
- [node name="FileDialog" type="FileDialog" parent="."]
- title = "Open a Directory"
- ok_button_text = "Select Current Folder"
- file_mode = 2
- access = 2
- use_native_dialog = true
- [node name="mainmenu" parent="." groups=["popup_windows"] instance=ExtResource("3_dtf4o")]
- visible = false
- [node name="NoLocationPopup" type="Window" parent="." groups=["popup_windows"]]
- auto_translate_mode = 1
- title = "Wrong File Type"
- initial_position = 2
- size = Vector2i(450, 500)
- visible = false
- transient = true
- exclusive = true
- unresizable = true
- borderless = true
- popup_window = true
- [node name="TextureRect" type="TextureRect" parent="NoLocationPopup"]
- offset_left = -6.0
- offset_top = 16.0
- offset_right = 378.0
- offset_bottom = 64.0
- texture = ExtResource("4_3ioqo")
- expand_mode = 2
- stretch_mode = 4
- [node name="RichTextLabel" type="RichTextLabel" parent="NoLocationPopup"]
- offset_left = 16.0
- offset_top = 73.0
- offset_right = 435.0
- offset_bottom = 457.0
- bbcode_enabled = true
- text = "Welcome to SoundThread!
- SoundThread is an interface for the Composers Desktop Project (CDP) audio processing tools. As such it requires you to have CDP installed to work correctly. If you don't already have CDP installed you can [url=\"https://www.unstablesound.net/cdp.html\"]download it here.[/url]
- When you close this window you will be prompted for the location of your _cdprogs folder. The default location for this folder is:
- Windows: C:\\cdpr8\\_cdp\\_cdprogs
- Mac: ~/cdpr8/_cdp/_cdprogs
- SoundThread will remember this but you can always change it later in Settings.
- If this is your first time using SoundThread you can find some getting started tutorials in the Help tab in the top menu."
- scroll_active = false
- [node name="OkButton" type="Button" parent="NoLocationPopup"]
- offset_left = -7.0
- offset_top = 469.0
- offset_right = 457.0
- offset_bottom = 500.0
- text = "Click to locate _cdprogs"
- [node name="NoInputPopup" type="Window" parent="." groups=["popup_windows"]]
- auto_translate_mode = 1
- title = "No Input Selected"
- initial_position = 2
- size = Vector2i(380, 140)
- visible = false
- transient = true
- exclusive = true
- unresizable = true
- borderless = true
- popup_window = true
- [node name="Label" type="Label" parent="NoInputPopup"]
- offset_left = 14.0
- offset_top = 7.0
- offset_right = 363.0
- offset_bottom = 100.0
- text = "No input file selected
- Please load a sound file into Input File node
- Supported file type: .wav, mono or stereo"
- horizontal_alignment = 1
- vertical_alignment = 1
- autowrap_mode = 2
- [node name="OkButton2" type="Button" parent="NoInputPopup"]
- offset_left = -10.0
- offset_top = 110.0
- offset_right = 390.0
- offset_bottom = 141.0
- text = "Ok"
- [node name="AudioDevicePopup" type="Window" parent="." groups=["popup_windows"]]
- auto_translate_mode = 1
- title = "Audio Device Not Available"
- initial_position = 2
- size = Vector2i(380, 140)
- visible = false
- transient = true
- exclusive = true
- unresizable = true
- popup_window = true
- [node name="Label" type="Label" parent="AudioDevicePopup"]
- offset_left = 14.0
- offset_top = 7.0
- offset_right = 363.0
- offset_bottom = 100.0
- text = "The last selected audio output device is not available. SoundThread is using the system default."
- horizontal_alignment = 1
- vertical_alignment = 1
- autowrap_mode = 2
- [node name="OpenAudioSettings" type="Button" parent="AudioDevicePopup"]
- offset_left = -2.0
- offset_top = 110.0
- offset_right = 382.0
- offset_bottom = 141.0
- text = "Open Audio Settings"
- [node name="MultipleConnectionsPopup" type="Window" parent="." groups=["popup_windows"]]
- auto_translate_mode = 1
- title = "No Input Selected"
- initial_position = 2
- size = Vector2i(380, 160)
- visible = false
- transient = true
- exclusive = true
- unresizable = true
- borderless = true
- popup_window = true
- [node name="Label" type="Label" parent="MultipleConnectionsPopup"]
- offset_left = 14.0
- offset_top = 10.0
- offset_right = 363.0
- offset_bottom = 117.0
- text = "PVOC Nodes can only have one input.
- To mix sounds created in the frequency domain convert them to the time domain using PVOC: Resynthesise first."
- horizontal_alignment = 1
- vertical_alignment = 1
- autowrap_mode = 2
- [node name="OkButton3" type="Button" parent="MultipleConnectionsPopup"]
- offset_left = -10.0
- offset_top = 128.0
- offset_right = 389.0
- offset_bottom = 159.0
- text = "Ok"
- [node name="CdpLocationDialog" type="FileDialog" parent="."]
- title = "Open a Directory"
- ok_button_text = "Select Current Folder"
- file_mode = 2
- access = 2
- use_native_dialog = true
- [node name="Console" type="Window" parent="." groups=["popup_windows"]]
- title = "Generating Output"
- initial_position = 5
- size = Vector2i(600, 400)
- visible = false
- unresizable = true
- always_on_top = true
- [node name="Panel" type="Panel" parent="Console"]
- offset_left = 10.0
- offset_top = 8.0
- offset_right = 590.0
- offset_bottom = 352.0
- [node name="ConsoleOutput" type="RichTextLabel" parent="Console"]
- offset_left = 10.0
- offset_top = 12.0
- offset_right = 590.0
- offset_bottom = 351.0
- bbcode_enabled = true
- [node name="ConsoleOpenFolder" type="Button" parent="Console"]
- offset_left = -4.0
- offset_top = 360.0
- offset_right = 604.0
- offset_bottom = 401.0
- text = "Open Output Folder"
- [node name="ColorRect" type="ColorRect" parent="."]
- layout_mode = 1
- anchors_preset = 10
- anchor_right = 1.0
- offset_bottom = 35.0
- grow_horizontal = 2
- color = Color(0.0646965, 0.0646965, 0.0646965, 1)
- [node name="MenuBar" type="MenuBar" parent="."]
- layout_mode = 1
- anchors_preset = 10
- anchor_right = 1.0
- offset_left = 8.0
- offset_top = 4.0
- offset_right = -8.0
- offset_bottom = 35.0
- grow_horizontal = 2
- flat = true
- prefer_global_menu = false
- [node name="FileButton" type="PopupMenu" parent="MenuBar"]
- title = "File"
- item_count = 4
- item_0/text = "New Thread"
- item_0/id = 2
- item_1/text = "Save Thread"
- item_1/id = 3
- item_2/text = "Save Thread As"
- item_2/id = 0
- item_3/text = "Load Thread"
- item_3/id = 1
- [node name="SettingsButton" type="PopupMenu" parent="MenuBar"]
- title = "Settings"
- item_count = 3
- item_0/text = "SoundThread Settings"
- item_0/id = 0
- item_1/text = "Audio Settings"
- item_1/id = 1
- item_2/text = "Open the Console"
- item_2/id = 2
- [node name="HelpButton" type="PopupMenu" parent="MenuBar"]
- auto_translate_mode = 1
- title = "Help"
- item_count = 13
- item_0/text = "Tutorials"
- item_0/id = 0
- item_0/separator = true
- item_1/text = "Getting Started"
- item_1/id = 1
- item_2/text = "Navigating SoundThread"
- item_2/id = 2
- item_3/text = "Building a Thread"
- item_3/id = 3
- item_4/text = "Frequency Domain"
- item_4/id = 4
- item_5/text = "Automation"
- item_5/id = 5
- item_6/text = "Trimming Input Files"
- item_6/id = 6
- item_7/text = "Tips"
- item_7/id = 7
- item_7/separator = true
- item_8/text = "Wet/Dry Mix"
- item_8/id = 8
- item_9/text = "Resonant Filters"
- item_9/id = 12
- item_10/text = "Other Help"
- item_10/id = 9
- item_10/separator = true
- item_11/text = "CDP Documentation"
- item_11/id = 10
- item_12/text = "Report a Bug"
- item_12/id = 11
- [node name="About" type="PopupMenu" parent="MenuBar"]
- item_count = 1
- item_0/id = 0
- item_0/disabled = true
- [node name="SaveDialog" type="FileDialog" parent="."]
- use_native_dialog = true
- [node name="LoadDialog" type="FileDialog" parent="."]
- auto_translate_mode = 1
- use_native_dialog = true
- [node name="SaveChangesPopup" type="Window" parent="." groups=["popup_windows"]]
- auto_translate_mode = 1
- title = "No Input Selected"
- initial_position = 2
- size = Vector2i(350, 100)
- visible = false
- transient = true
- exclusive = true
- unresizable = true
- borderless = true
- popup_window = true
- [node name="Label" type="Label" parent="SaveChangesPopup"]
- offset_left = -1.0
- offset_top = 21.0
- offset_right = 348.0
- offset_bottom = 52.0
- text = "Save changes to this thread?"
- horizontal_alignment = 1
- vertical_alignment = 1
- autowrap_mode = 2
- [node name="SaveChanges" type="Button" parent="SaveChangesPopup"]
- offset_left = -1.0
- offset_top = 70.0
- offset_right = 175.0
- offset_bottom = 101.0
- text = "Save"
- [node name="DontSaveChanges" type="Button" parent="SaveChangesPopup"]
- offset_left = 175.0
- offset_top = 70.0
- offset_right = 351.0
- offset_bottom = 101.0
- text = "Don't Save"
- [node name="AudioSettings" parent="." groups=["popup_windows"] instance=ExtResource("5_dtf4o")]
- visible = false
- [node name="SearchMenu" type="PopupPanel" parent="." groups=["popup_windows"]]
- auto_translate_mode = 1
- position = Vector2i(100, 100)
- size = Vector2i(600, 49)
- script = ExtResource("6_fyarh")
- [node name="VBoxContainer" type="VBoxContainer" parent="SearchMenu"]
- offset_left = 4.0
- offset_top = 4.0
- offset_right = 596.0
- offset_bottom = 45.0
- [node name="SearchBar" type="LineEdit" parent="SearchMenu/VBoxContainer"]
- layout_mode = 2
- placeholder_text = "Type to search"
- [node name="ScrollContainer" type="ScrollContainer" parent="SearchMenu/VBoxContainer"]
- custom_minimum_size = Vector2(0, 10)
- layout_mode = 2
- size_flags_vertical = 3
- horizontal_scroll_mode = 0
- [node name="ItemContainer" type="VBoxContainer" parent="SearchMenu/VBoxContainer/ScrollContainer"]
- layout_mode = 2
- size_flags_horizontal = 3
- [node name="CheckForUpdates" type="HTTPRequest" parent="."]
- script = ExtResource("7_1kc3g")
- [node name="UpdatePopup" type="Window" parent="CheckForUpdates" groups=["popup_windows"]]
- auto_translate_mode = 1
- title = "New Update Available"
- initial_position = 2
- size = Vector2i(379, 100)
- visible = false
- transient = true
- exclusive = true
- unresizable = true
- popup_window = true
- [node name="Label" type="Label" parent="CheckForUpdates/UpdatePopup"]
- offset_left = 14.0
- offset_top = 6.0
- offset_right = 366.0
- offset_bottom = 63.0
- text = "A new version of SoundThread (0.0.0) is available to download."
- horizontal_alignment = 1
- vertical_alignment = 1
- autowrap_mode = 2
- [node name="OpenAudioSettings" type="Button" parent="CheckForUpdates/UpdatePopup"]
- offset_left = -2.0
- offset_top = 69.0
- offset_right = 382.0
- offset_bottom = 100.0
- text = "Get the update"
- [node name="Settings" parent="." instance=ExtResource("8_16l5g")]
- visible = false
- [connection signal="connection_request" from="GraphEdit" to="." method="_on_graph_edit_connection_request"]
- [connection signal="delete_nodes_request" from="GraphEdit" to="." method="_on_graph_edit_delete_nodes_request"]
- [connection signal="disconnection_request" from="GraphEdit" to="." method="_on_graph_edit_disconnection_request"]
- [connection signal="focus_entered" from="GraphEdit" to="." method="_on_graph_edit_focus_entered"]
- [connection signal="node_deselected" from="GraphEdit" to="." method="_on_graph_edit_node_deselected"]
- [connection signal="node_selected" from="GraphEdit" to="." method="_on_graph_edit_node_selected"]
- [connection signal="popup_request" from="GraphEdit" to="." method="_on_graph_edit_popup_request"]
- [connection signal="dir_selected" from="FileDialog" to="." method="_on_file_dialog_dir_selected"]
- [connection signal="close_requested" from="mainmenu" to="." method="_on_mainmenu_close_requested"]
- [connection signal="meta_clicked" from="NoLocationPopup/RichTextLabel" to="." method="_on_rich_text_label_meta_clicked"]
- [connection signal="button_down" from="NoLocationPopup/OkButton" to="." method="_on_ok_button_button_down"]
- [connection signal="button_down" from="NoInputPopup/OkButton2" to="." method="_on_ok_button_2_button_down"]
- [connection signal="close_requested" from="AudioDevicePopup" to="." method="_on_audio_device_popup_close_requested"]
- [connection signal="button_down" from="AudioDevicePopup/OpenAudioSettings" to="." method="_on_open_audio_settings_button_down"]
- [connection signal="button_down" from="MultipleConnectionsPopup/OkButton3" to="." method="_on_ok_button_3_button_down"]
- [connection signal="canceled" from="CdpLocationDialog" to="." method="_on_cdp_location_dialog_canceled"]
- [connection signal="dir_selected" from="CdpLocationDialog" to="." method="_on_cdp_location_dialog_dir_selected"]
- [connection signal="close_requested" from="Console" to="." method="_on_console_close_requested"]
- [connection signal="button_down" from="Console/ConsoleOpenFolder" to="." method="_on_console_open_folder_button_down"]
- [connection signal="index_pressed" from="MenuBar/FileButton" to="." method="_on_file_button_index_pressed"]
- [connection signal="index_pressed" from="MenuBar/SettingsButton" to="." method="_on_settings_button_index_pressed"]
- [connection signal="index_pressed" from="MenuBar/HelpButton" to="." method="_on_help_button_index_pressed"]
- [connection signal="file_selected" from="SaveDialog" to="." method="_on_save_dialog_file_selected"]
- [connection signal="file_selected" from="LoadDialog" to="." method="_on_load_dialog_file_selected"]
- [connection signal="button_down" from="SaveChangesPopup/SaveChanges" to="." method="_on_save_changes_button_down"]
- [connection signal="button_down" from="SaveChangesPopup/DontSaveChanges" to="." method="_on_dont_save_changes_button_down"]
- [connection signal="close_requested" from="AudioSettings" to="." method="_on_audio_settings_close_requested"]
- [connection signal="about_to_popup" from="SearchMenu" to="SearchMenu" method="_on_about_to_popup"]
- [connection signal="text_changed" from="SearchMenu/VBoxContainer/SearchBar" to="SearchMenu" method="_on_search_bar_text_changed"]
- [connection signal="close_requested" from="CheckForUpdates/UpdatePopup" to="CheckForUpdates" method="_on_update_popup_close_requested"]
- [connection signal="button_down" from="CheckForUpdates/UpdatePopup/OpenAudioSettings" to="CheckForUpdates" method="_on_open_audio_settings_button_down"]
|