Plumenator
Plumenator

Reputation: 1682

Is there a way to use Core MIDI on pre iOS 4.2 devices?

Say, I build my app using iphoneos4.2 as the Base SDK. Will the Core MIDI part work on older devices? I suppose not, but is there a way to make it work?

Upvotes: 2

Views: 161

Answers (1)

Domestic Cat
Domestic Cat

Reputation: 1434

Because CoreMIDI was only introduced in 4.2, older versions of the OS don't contain the framework and so cannot use it. You could use something like DSMidiWiFi as a substitute.

Upvotes: 1

Related Questions