Re: Python music interfaces

2005-11-11 Thread groupstudy2001
Lonnie Princehouse wrote: > Are you talking about audio files (wav, mp3) or MIDI? Strictly discrete notes or chords. I honestly don't know how the files are made up but I guess MIDI would be more the thing. Can you recommend a package for reading them (as arrays, perhaps)? The simpler the better

Re: Python music interfaces

2005-11-10 Thread Lonnie Princehouse
Are you talking about audio files (wav, mp3) or MIDI? Converting audio files into discrete notes ("music recognition") is seriously non-trivial, although there are some commercial products you might be able to use for this. On the other hand, you could draw a spectrographs without too much troub

Python music interfaces

2005-11-10 Thread James Harris
can use Python with Tk for the display part but there seems to be a plethora/cornucopia of Python music interfaces. (For example, <http://wiki.python.org/moin/PythonInMusic>.) I'd appreciate if you could recommend which would be good for me to look at in order to do the above. --