简体   繁体   中英

Send midi data over a network from inside a host

How could I send MIDI data received be a VST from inside a Host application (Cubase, for example) over LAN to another computer in the network?

The VST plugin framework does not include an inbuilt solution to send MIDI from one plugin to another. It also goes against the assumption of what VST plugins do. Generally VST plugins only communicate with the host application. It is assumed they will not communicate with other plugins or applications.

That being said you could use OSC (Open Sound Control) and whatever TCP/IP networking library you are comfortable with.

not c++ but java - it is the closest thing i know of though: oscvstbridge

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM