[Tutor] Writing to Sound

2010-09-14 Thread Corey Richardson
Greetings tutors. First off, here is what I'm doing. I'm taking pi (3.141592 etc. etc. etc.), taking two values at a time, and then mapping the two values to pitch and length. I'm then using winsound.Beep to beep for x ms, at y frequency. What I want to do, is write that to file. Judging from

Re: [Tutor] Writing to Sound

2010-09-15 Thread Alan Gauld
"Corey Richardson" wrote First off, here is what I'm doing. I'm taking pi (3.141592 etc. etc. etc.), taking two values at a time, and then mapping the two values to pitch and length. I'm then using winsound.Beep to beep for x ms, at y frequency. So far I understand. What I want to do, is

Re: [Tutor] Writing to Sound

2010-09-15 Thread kb1pkl
-Original Message- From: Alan Gauld To: tutor Sent: Wed, Sep 15, 2010 5:26 am Subject: Re: [Tutor] Writing to Sound "Corey Richardson" wrote First off, here is what I'm doing. I'm taking pi (3.141592 etc. etc. etc.), taking two values at a time, and then ma