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