Re: [Tutor] handling MIDI in python

2008-06-08 Thread Anthony Parks
regarding conversion between wav and midi, ive looked into it. like the following article says, you can't. http://www.hitsquad.com/smm/news/9903_101/ i mean, it is possible, but wav and midi are fundamentally different things. midi files contain commands that play sounds based on software synthesi

Re: [Tutor] how to read a program

2008-06-06 Thread Anthony Parks
Alan Gauld <[EMAIL PROTECTED]> wrote: > > "Anthony Parks" <[EMAIL PROTECTED]> wrote > > which is insanely detailed). are there any specific pieces of software >> written in python you would recommend a novice to read? programs that >> illustrat

[Tutor] how to read a program

2008-06-06 Thread Anthony Parks
ive been using diveintopython to learn how to write programs but i want to sink my teeth into reading some bigger programs, to study them and maybe pick up something new, especially from programs where the development isn't well document (unlike something like pidgin's development documentation wh