[Csnd] curious table writing
| Date | 2010-08-31 20:54 |
| From | Jason Timm |
| Subject | [Csnd] curious table writing |
| Attachments | tabbing.csd |
| First attempt at table writing here. Could someone please explain why ival evaluates to 0.00 on first iteration. Also, non-negative Gen routine isn't scaling, at least as I would expect. Thanks much.
|
| Date | 2010-08-31 21:36 |
| From | Victor.Lazzarini@nuim.ie |
| Subject | [Csnd] Re: curious table writing |
| Attachments | None None |
| Date | 2010-08-31 21:38 |
| From | Jacob Joaquin |
| Subject | [Csnd] Re: curious table writing |
The manual says, "tablew is for writing at k- or at a-rates." So my guess is that table is called during the init pass, and tablew doesn't get called until the first k-pass, which I believe always come after the init pass. Best, Jake |
| Date | 2010-08-31 22:25 |
| From | Jason Timm |
| Subject | [Csnd] Re: Re: curious table writing |
| Ah, that makes perfect sense. Thanks Victor. And changing to tab_i/tabw_i gets me my value first thing. Much appreciated Jake. On Tue, Aug 31, 2010 at 4:38 PM, Jacob Joaquin <jacobjoaquin@gmail.com> wrote: The manual says, "tablew is for writing at k- or at a-rates." So my |