jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
714 stars 90 forks source link

[Feature] Support rtpmidi #746

Closed jpnielsen closed 3 years ago

jpnielsen commented 3 years ago

Support rtpmidi

https://github.com/jdachtera/node-rtpmidi

I would use it to connect O-S-C on Linux through rtpmidi to Ableton on Windows

jpnielsen commented 3 years ago

I tried installing rtpmidid on linux yesterday, but got a coredump when trying to start it.

https://github.com/davidmoreno/rtpmidid/issues/74

If you know of other "libre" ways to do midi over network between windows and linux, I'd like to know.

Thank you - I really appreciate your software.

jean-emmanuel commented 3 years ago

rtpmidi will not be added in open stage control, its MIDI layer is kept as thin as possible because the software's main focus is OSC. Using https://github.com/davidmoreno/rtpmidid alongside o-s-c seems to be the best option.

If your use case is as simple as using the linux system as a remote to control the other, running the o-s-c server on the latter would work too.

jpnielsen commented 3 years ago

No problem, thanks.