Suggestion: MIDI output for standalone plugins

For some plug-ins like MIDI effects or arpegiators in standalone mode, there is a need for a MIDI output to connect to a host or another device. Is it possible to have this feature added to JUCE in next updates?

I’ll add this to the list to things to look at. No promises on any timeframes though!

3 Likes

Bump! Are there any news on this?

https://github.com/WeAreROLI/JUCE/commit/92141bf2792b4a8d5645087a80db4dc7e752f7a4

3 Likes

That looks great. It lists all the devices available as a midi output.
But is it possible for the stand alone to create its own midi device? Then it can be used in other apps similar to a physical midi controller.

Not in a cross platform way, unfortunately. It’s relatively easy to do this on MacOS but Windows doesn’t support virtual MIDI devices.

2 Likes