There is no current PortMidi port to the iPhone; however, the portsmf 
code does not rely on anything other than C++ streams for input/output 
and provides Midi file I/O. In fact, portsmf even avoids templates and 
STL, which might help on a smaller platform.

On the other hand, I've been thinking that avoiding templates was once a 
good idea, but those days are over. portsmf could be a lot cleaner with 
dynamic arrays (vectors) and some other C++'isms. This might be a future 
cleanup project and comments are welcome.

-Roger

Muhammad Usman Aleem wrote:
> Hi.
> i m an iPhone developer. i was looking for some api to play and edit 
> midi file on iPhone. and i go through portMidi. i read in documentation  
> that it is supported on mac OS  X, using coreMIDI which is only 
> supported on Mac Os. is there any version on portMidi or any way to use 
> it on iPhone.
> NOTE: iPhone dose not have any direct support for midi files.
>
>   
_______________________________________________
media_api mailing list
media_api@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to