Running MIDI independently in a standalone app

Hey guys!

I am working on a small standalone test app which requires running some MIDI commands along with audio transport (no synthesized sound required, just plain MIDI data). I am able to do this successfully when I have transport source created from an audio file and running MIDI in sync with previously uploaded audio, but I can’t figure out the right way to do it with just MIDI, when there’s no audio file uploaded and no transport source created from such file. Is there any best practice for doing things like this in a standalone app?

1 Like