[Csnd] Re: Linear algebra opcodes
Date | 2007-12-25 23:49 |
From | " Partev Barr Sarkissian" |
Subject | [Csnd] Re: Linear algebra opcodes |
I've dabble with this only a lttle, algebra, trig functions and such. Also use that in creating linear and non-linear curve for morph opcodes functions, and use it for table function opcodes. some sound cool in stereo, while others need some adjusting. Have to set limits on some of the variables. - Partev ---------------------------------------------------------------- ---------------------------------------------------------------- --- gogins@pipeline.com wrote: From: Michael Gogins |
Date | 2007-12-26 16:34 |
From | Emanuele Casale |
Subject | [Csnd] frequency in random distribution |
Hi, in random ditribution opcodes such as 'gauss', 'exprand', 'linerand' etc there is not frequency argument. Their frequency could change only changing sr... Do you have some suggestion to use frequency with them? (In these opcodes It would be nice to get the same arguments such as 'randi' or 'randh'.) Thanks ec |
Date | 2007-12-26 18:23 |
From | "Rory Walsh" |
Subject | [Csnd] Re: frequency in random distribution |
If there are k-rate versions you could create a UDO and have it use setksmps to set the frequency at which it is updated. You can also create it in such a way that it lets you choose between the different distributions. Rory. > Hi, > in random ditribution opcodes such as 'gauss', 'exprand', 'linerand' etc > there is not frequency argument. Their frequency could change only > changing sr... Do you have some suggestion to use frequency > with them? > (In these opcodes It would be nice to get the same arguments > such as 'randi' or 'randh'.) > Thanks > ec > > > > > > > > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > |
Date | 2007-12-27 00:47 |
From | Iain McCurdy |
Subject | [Csnd] RE: frequency in random distribution |
You can downsample the function using 'metro' and 'samphold'. e.g: kfun exprand krange ktrig metro kfrq kfun samphold kfun, ktrig Iain > From: emanuelecasale@alice.it > Date: Wed, 26 Dec 2007 17:34:03 +0100 > To: csound@lists.bath.ac.uk > Subject: [Csnd] frequency in random distribution > > Hi, > in random ditribution opcodes such as 'gauss', 'exprand', 'linerand' etc > there is not frequency argument. Their frequency could change only > changing sr... Do you have some suggestion to use frequency > with them? > (In these opcodes It would be nice to get the same arguments > such as 'randi' or 'randh'.) > Thanks > ec > > > > > > > > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" i’m is proud to present Cause Effect, a series about real people making a difference. Learn more |
Date | 2007-12-27 09:45 |
From | Emanuele Casale |
Subject | [Csnd] Re: RE: frequency in random distribution |
ok, thanks to Rory and Iain... ec Il giorno 27/dic/07, alle ore 01:47, Iain McCurdy ha scritto: You can downsample the function using 'metro' and 'samphold'. e.g: |