hundredrabbits / Orca-c

Live Programming Environment(C Port)
http://wiki.xxiivv.com/orca
MIT License
485 stars 48 forks source link

Question: Does it work with UDP/Pilot? #80

Closed crcdng closed 2 years ago

crcdng commented 2 years ago

I'm on a Mac.

I compiled Orca-c via make. MIDI works, but Pilot stays silent.

Orca (Electron) works fine with Pilot out of the box.

npisanti commented 2 years ago

orca-c OSC output defaults to 49162, but it seems Pilot defaults listening to 49161, you have to access the orca-c menu with CTRL+D and go to OSC Output ... then OSC Output Port ... and set it to 49161

crcdng commented 2 years ago

Ah, thank you! I thought UDP and OSC were separate things and had wondered why there was no configuration for the UDP port. It works.

npisanti commented 2 years ago

You're welcome!

OSC messages are transmitted over UDP so it makes sense to have a single configuration for that. Closing this issue.