[Csnd] clearing an ftable
Date | 2012-01-10 03:43 |
From | Thomas Hass |
Subject | [Csnd] clearing an ftable |
Hi list, I'm looking for an efficient way to reset all values in an ftable to 0. Specifically an ftable created with GEN 7 if that matters. Thanks! Thomas
|
Date | 2012-01-10 04:51 |
From | Steven Yi |
Subject | Re: [Csnd] clearing an ftable |
Hi Thomas, Have you tried tableicopy or tablecopy, using a preallocated table filled with zeroes that is the same length as the table you want to clear? http://www.csounds.com/manual/html/tablecopy.html Steven On Monday, January 9, 2012, Thomas Hass <thass@berklee.edu> wrote: > Hi list, > I'm looking for an efficient way to reset all values in an ftable to 0. Specifically an ftable created with GEN 7 if that matters. > Thanks! > Thomas |
Date | 2012-01-10 05:41 |
From | Thomas Hass |
Subject | Re: [Csnd] clearing an ftable |
Thanks. This worked perfectly. -Thomas
On Mon, Jan 9, 2012 at 11:51 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi Thomas, |
Date | 2012-01-10 16:39 |
From | Andres Cabrera |
Subject | Re: [Csnd] clearing an ftable |
Hi, You could also use vmult. Cheers, Andres On Tue, Jan 10, 2012 at 5:41 AM, Thomas Hass |