Hi,
i try to create virtual MIDI ports but i get a nullptr back on each platform.
Here is my snipped:
MidiOutput* midi_port = MidiOutput::createNewDevice( "MIDI OUT" );
if( midi_port )
{
// never true!
}
I have tried this on Mac, iOS and Linux - what do i wrong?
Thanks
