OT : question about MIDI and python

2008-04-22 Thread altern

hi

sorry for off topic question but I could not think a better place to ask 
about this issue.

I am looking for a crossplatform MIDI library for Python, after some 
research I found few modules, but none of them seem to be really 
crossplatform or mature enough. So the question is, anyone knows of a 
crossplatform MIDI library for Python that runs fine?.

thanks and sorry once again

enrike

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pyglet-users group.
To post to this group, send email to pyglet-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~--~~~~--~~--~--~---



Re: OT : question about MIDI and python

2008-04-22 Thread altern

Ben Sizer(e)k dio:
 On Apr 22, 1:13 pm, altern [EMAIL PROTECTED] wrote:
 I am looking for a crossplatform MIDI library for Python, after some
 research I found few modules, but none of them seem to be really
 crossplatform or mature enough. So the question is, anyone knows of a
 crossplatform MIDI library for Python that runs fine?.
 
 What exactly would you expect this MIDI library to provide for you?
 Are you looking to manipulate files, or to be able to read/write to
 ports and channels? And which platforms are you interested in? (Sound
 on Linux seems to be a bit of a nightmare to me, though perhaps that
 doesn't extend to MIDI.)

OSX, windows and Linux, I need to get MIDI read/write ports and chanels 
to use MIDI interface to control an application.

 You may find it's easier to locate a C library that does what you want
 and access it via ctypes.

nice idea!

enrike

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pyglet-users group.
To post to this group, send email to pyglet-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~--~~~~--~~--~--~---