Existing standard(s) for passing MIDI via OSC?

旧巷老猫 提交于 2019-12-13 02:32:42

问题


I am using OSC to feed into MIDI - so the many OSC controller apps can be used on standard MIDI kit. Just for 'proof of concept' I used this format:-

/midi/note_on/<note-number>
/midi/note_off/<note-number>
/midi/control_change/<control>/<value>
etc...

Now it seems to be doable... is there already a standard I could steal for this? If not, I am happy to define one ;)

Background: I am doing some WIFI OSC/MIDI stuff... A pyton script to act as MIDI WiFi server to receive midi/osc over IP (but really aimed at WiFi) in various flavours and piping them into the servers ALSA/MIDI system for further handling...

https://github.com/pperrin/midibridge


回答1:


There is no OSC MIDI "standard" that would be widespread enough to be the standard.

You could pick the same protocol as some existing OSC implementation, but this would not be interoperable with the majority of other OSC implementations.



来源:https://stackoverflow.com/questions/28913458/existing-standards-for-passing-midi-via-osc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!