[Csnd] GEN21 gaussian function generator
Date | 2010-12-14 18:29 |
From | peiman khosravi |
Subject | [Csnd] GEN21 gaussian function generator |
Hello all, I am trying out the different random generators of GEN21. Is there anyway to set the deviation parameter for the gauss generator? There is only one parameter listed in the manual and that's the range. Any tricks? Thanks Peiman Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-12-15 15:17 |
From | Aaron Krister Johnson |
Subject | [Csnd] Re: GEN21 gaussian function generator |
I suppose if it's at all inflexible for your needs you could use a scripting language like Python to output text for your random distribution, and get Csound to read the data using GEN02 or GEN23? AKJ
On Tue, Dec 14, 2010 at 12:29 PM, peiman khosravi <peimankhosravi@gmail.com> wrote: Hello all, -- Aaron Krister Johnson http://www.akjmusic.com http://www.untwelve.org |
Date | 2010-12-15 18:43 |
From | peiman khosravi |
Subject | [Csnd] Re: Re: GEN21 gaussian function generator |
Thanks Aaron, I'm actually doing that for now, writing table contend from within MaxMsp but I was hoping for a more efficient method from inside Csound, it would be faster. I think we need better random generators in Csound, anyone!?? Developer alert!!! Add it to the xmass wish-list together with Ardour 3! Best, Peiman On 15 December 2010 15:17, Aaron Krister Johnson |