llloret / osmid

osmid is a tool to bridge MIDI and OSC. It is currently in use in Sonic Pi
Other
72 stars 12 forks source link

Send MIDI channel with offset 1, not 0 #36

Closed llloret closed 7 years ago

llloret commented 7 years ago

Can you send the channel as a value from 1-16 Not zero indexed (In the Incoming OSC messages) Currently something on channel 1 looks like /midi/0/0/note_on When it should be /midi/0/1/note_on