Hey Roger, If there happened to be a buildable Objective C/XCode project for PortMidi, it should be pretty easy to compile it for iPhone. I'm not sure what "MIDI" means on an iPhone, however. Audio handling is systematically strange on the iPhone, due to various devices (internal mic, headset mic, two different internal speakers, 2G/3G/3GS differences, etc. There are a variety of OSC projects for iPhone.
PRC ----- "Roger Dannenberg" <r...@cs.cmu.edu> wrote: > 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 > _______________________________________________ > > media_api mailing list > > media_api@create.ucsb.edu > > http://lists.create.ucsb.edu/mailman/listinfo/media_api _______________________________________________ media_api mailing list media_api@create.ucsb.edu http://lists.create.ucsb.edu/mailman/listinfo/media_api