SRC: Music Synthesizer written in 100% Python

Tyler Eaves tyler at tylereaves.com
Sun Aug 27 19:56:57 EDT 2000


On Sun, 27 Aug 2000 19:50:36 -0400 (EDT), Michal Wallace
<sabren at manifestation.com> wrote:

>
>Tyler,
>
>This is cool! I don't have the ability to run it right this
>second, but I look forward to checking it out.
>
>
>
>how about something more along the lines of:
>
>def pitchhz(note):
>   return {
>       "A0" : 13.75,
>       "A1" : 27.5,
>       "A2" : 55.0,
>       ...
>   }[note]
>
>

I actually didn't know that was possible! I guess I still have alot to
learn about this great language :) Actually, I wrote another Python
program that generated that code.


---
Tyler Eaves

Visit Ultra Coaster Central!
The internet's largest repository
of Ultra Coaster Tracks!

http://www.tylereaves.com/uc/


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----



More information about the Python-list mailing list