문제

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