afarra6 / godOSC

Implementation of the Open Sound Control protocol in Godot using GDScript
Creative Commons Zero v1.0 Universal
20 stars 2 forks source link

Connect to SuperCollider #2

Open akselai opened 6 months ago

akselai commented 6 months ago

I am trying to make Godot send OSC messages to SuperCollider, but I can't make it work.

Is it possible to include an example program in a separate repo? https://reddit.com/r/godot/comments/1b2lzle/generative_audio_using_graphedit_using/ seems promising.

afarra6 commented 6 months ago

Hi! I'm actually at a conference at the moment but would be happy to put up a demo repo when I get back home.

afarra6 commented 6 months ago

Here's a demo project I threw together: https://github.com/afarra6/sc-osc-demo

Please let me know if anything is unclear!

The project you linked to is still extremely early but I'm hoping to put it out to the public in the next few months.