Aron Nelson
Aron Nelson

Reputation: 848

MIDI File playback library for iOS

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!

Upvotes: 1

Views: 876

Answers (1)

justin
justin

Reputation: 104698

Start with MusicSequence from AudioToolbox.framework.

Create a MusicSequence then set the endpoint using MusicSequenceSetMIDIEndpoint.

Upvotes: 2

Related Questions