I need to play midi file or midi tone in iPhone.
I have tested MidiMonitor. I think that I need to create a destination point on the iPhone to receive midi, but I don't know how do it.
Can you help me? Example source code would be useful.
|
I need to play midi file or midi tone in iPhone. I have tested MidiMonitor. I think that I need to create a destination point on the iPhone to receive midi, but I don't know how do it. Can you help me? Example source code would be useful. | ||||
|
feedback
|
|
If you are still trying to sort this, iOS 5 includes the MusicPlayer API - it can load, play and create midi files. You'll need to also read up on the new AUSampler AudioUnit. | |||
|
feedback
|
|
Try using AVAudioPlayer, but i'm not sure it works with midi files:
If it does not work. You'll to delve deeper to Core Audio - (AVAudioPlayer is much higher in level of abstraction). | |||
|
feedback
|