hello, I'm almost finishing adding support to pygame (http://pygame.org) which is a game library for the python programming language. It's based on pyportmidi for the moment with some patches contributed from other people using pyportmidi not in the main pyportmidi. It follows more of a standard python naming scheme (pep-8) however compared to pyportmidi. However we've tried to layer non-compatible changes ontop of pyportmidi so the changes should be able to
It will be available on linux(pygame is packaged for almost all major *nix distributions)/windows/macosx for python versions 2.4, 2.5, 2.6, 3.0, and 3.1 with binary packages for all of them. So it should make it easier for people to use portmidi with python. It's been fully documented, we've written examples, and I'm at the stage where I'm writing unittests for all of the portmidi functions (mostly complete). It seems portmidi is printing out some weird things, that I'm not sure the meaning of. On OSX, I get this printed out: in stat: : No such file or directory in stat: : No such file or directory in stat: : No such file or directory in stat: : No such file or directory On linux I get this after opening an output midi port, and then writing a couple of midi messages to it, then closing it. WARNING: alsa_abort not implemented What do these messages mean, and can I make them quiet somehow? cheers, _______________________________________________ media_api mailing list media_api@create.ucsb.edu http://lists.create.ucsb.edu/mailman/listinfo/media_api