Example Godot 4 project showing how to receive, dispatch and send Open Sound Control (OSC) messages
Go to file
Christopher Arndt b7ef9bc01b feat: basic support for OSC sending
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-11-04 16:06:33 +01:00
.gitattributes Initial commit 2023-11-04 00:13:48 +01:00
.gitignore Initial commit 2023-11-04 00:13:48 +01:00
UI.tscn feat: basic support for OSC sending 2023-11-04 16:06:33 +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.gd feat: basic support for OSC sending 2023-11-04 16:06:33 +01:00
osc_sender.gd feat: basic support for OSC sending 2023-11-04 16:06:33 +01:00
project.godot feat: basic support for OSC sending 2023-11-04 16:06:33 +01:00
slider.gd feat: basic support for OSC sending 2023-11-04 16:06:33 +01:00
testosc.sh feat: basic support for OSC sending 2023-11-04 16:06:33 +01:00
toggle_button.gd feat: basic support for OSC sending 2023-11-04 16:06:33 +01:00
ui.gd feat: basic support for OSC sending 2023-11-04 16:06:33 +01:00