[Csnd] Can't understand this
Date | 2009-04-08 15:59 | |
From | Slobodan Sinclair | |
Subject | [Csnd] Can't understand this | |
|
Date | 2009-04-08 17:08 |
From | Andres Cabrera |
Subject | [Csnd] Re: Can't understand this |
Hi, Your table is close to a pulse... And with your example I do hear a pulse 30 times per second... Cheers, Andrés On Wed, Apr 8, 2009 at 9:59 AM, Slobodan Sinclair |
Date | 2009-04-08 20:01 | |
From | mark jamerson | |
Subject | [Csnd] Re: Can't understand this | |
I tried out your piece of code and I also get a pulse about thirty times a second. It's really quiet, since my laptop doesn't have good response at 30Hz, but it's there. If I bump the frequency in a1 to 300, it becomes a very audible buzz. From: Slobodan Sinclair <qwfu@ymail.com> To: csound@lists.bath.ac.uk Sent: Wednesday, April 8, 2009 9:59:22 AM Subject: [Csnd] Can't understand this
|
Date | 2009-04-08 23:32 |
From | qwfu |
Subject | [Csnd] Re: Can't understand this |
Thanks guys, you are right. I've just tried to render it to an mp3 instead of listening to it as csound was running, and it plays right. I guess my computer is just too slow. -- View this message in context: http://www.nabble.com/Can%27t-understand-this-tp22952454p22961031.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2009-04-08 23:42 |
From | victor |
Subject | [Csnd] Re: Re: Can't understand this |
I don't think it is likely to be slow; but you might need to adjust your buffer settings (-b and -B), for instance: csound ... -B4096 -b1024 esp. if you are on Windows and not using ASIO. Victor ----- Original Message ----- From: "qwfu" |
Date | 2009-04-09 23:05 |
From | qwfu |
Subject | [Csnd] Re: Re: Can't understand this |
thanks Victor, it seems to work now : ) Victor.Lazzarini wrote: > > I don't think it is likely to be slow; but you might need to adjust your > buffer > settings (-b and -B), for instance: > > csound ... -B4096 -b1024 > > esp. if you are on Windows and not using ASIO. > > Victor > ----- Original Message ----- > From: "qwfu" |