Music synthesizer in Python/C

Will Ware wware at world.std.com
Thu Dec 7 21:01:51 EST 2000


http://www.deja.com/getdoc.xp?AN=702341030&fmt=text
I have been tinkering with a few iterations of a software emulation
of a music synthesizer (having tinkered with the hardware versions
in the 70s-80s). I had previously tried direct discrete-time
implementation of the various synthesizer modules that used to be
popular: VCOs, VCAs, filters, envelope generators... This time around,
discrete-time-sampled signals have been replaced by lists of coefficients
for complex exponentials used to generate sums of sinusoids, so all
the schlepping and processing is done on the coefficients. Still plenty
of work to do on it, but it's already amusing to play with.
-- 
# - - - - - - - - - - - - - - - - - - - - - - - -
# Resistance is futile. Capacitance is efficacious.
# Will Ware	email:    wware @ world.std.com



More information about the Python-list mailing list