Example Godot 4 project showing how to receive, dispatch and send Open Sound Control (OSC) messages
Go to file
Christopher Arndt 91ce62f680 Initial commit
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-11-04 00:13:48 +01:00
.gitattributes Initial commit 2023-11-04 00:13:48 +01:00
.gitignore Initial commit 2023-11-04 00:13:48 +01:00
OSCReceiver.gd Initial commit 2023-11-04 00:13:48 +01:00
Slider.gd Initial commit 2023-11-04 00:13:48 +01:00
ToggleButton.gd Initial commit 2023-11-04 00:13:48 +01:00
UI.gd Initial commit 2023-11-04 00:13:48 +01:00
UI.tscn Initial commit 2023-11-04 00:13:48 +01:00
default_env.tres Initial commit 2023-11-04 00:13:48 +01:00
export_presets.cfg Initial commit 2023-11-04 00:13:48 +01:00
osc_receiver.tscn Initial commit 2023-11-04 00:13:48 +01:00
project.godot Initial commit 2023-11-04 00:13:48 +01:00