Is anyone aware of a library that can load a standard MIDI File and send the output to a MIDI interface? I've seen a number of libraries that play MIDI Files into an internal synthesizer, but none that will output to the MIDI interface.

Thanks in advance!

有帮助吗?

解决方案

Start with MusicSequence from AudioToolbox.framework.

Create a MusicSequence then set the endpoint using MusicSequenceSetMIDIEndpoint.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top