[Tutor] Sound, frequencies and chords

Kent Johnson kent37 at tds.net
Sun Jan 4 14:47:20 CET 2009


On Sun, Jan 4, 2009 at 8:07 AM, Mr Gerard Kelly
<s4027340 at student.uq.edu.au> wrote:
> Hi everyone, I'm a python noob but I have an ambitious (for me) goal: I
> want to make a simple program that allows you to hear combinations of
> notes according to a vector of frequencies.
>
> Does anybody know any module that allows you to input a frequency in Hz
> and returns a sound with that frequency, and lets you do that with
> multiple frequencies, so that you can build chords?

Have you found this page?
http://wiki.python.org/moin/PythonInMusic

Several items in the "Playing & creating sound" and following sections
look promising:
audiolab
Loris
MusicKit
PyMedia
Pyper
PySndObj
PythonSound/Csound

Kent


More information about the Tutor mailing list