Hello I had to make an application that listen OSC messages and convert it to a midi note.
Example:
message “play int(12)” → send midi note on 12, velocity 127
message “stop int(12)” → send midi note off 12, velocity 0
I know how to send a midi note on/off via MBS Plugin from @Christian_Schmitz my question is how to listen OSC from an IP address on Xojo
thanks
2 posts - 2 participants