[Csnd] i() syntax
Date | 2018-04-13 03:58 |
From | Marvin Juneyoung Kim |
Subject | [Csnd] i() syntax |
Greetings! I'm confused about the syntax of i(). In the manual it says; i(x) (control-rate or init-rate arg) i(karray,index1, ...) (k-array with indices) I'm not sure what does x mean here. Is is supposed to be a rate the value is updated from karg? Thanks in advance! Best, Marvin |
Date | 2018-04-13 04:06 |
From | Steven Yi |
Subject | Re: [Csnd] i() syntax |
Hi Marvin, x in the manual usually denotes multiple rates are accepted. Here the documentation is saying i(ival) and i(kval) both work. All best, Steven On Thu, Apr 12, 2018 at 10:58 PM, Marvin Juneyoung Kim |
Date | 2018-04-13 04:29 |
From | Marvin Juneyoung Kim |
Subject | Re: [Csnd] i() syntax |
Hi Steven, So is ival in i(ival) the name of i result value or i or k source value? Thank you! On Thu, Apr 12, 2018 at 11:06 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi Marvin, Best, Marvin |
Date | 2018-04-13 04:53 |
From | Steven Yi |
Subject | Re: [Csnd] i() syntax |
If I understand your question, ival is the source value. ( i(ival) returns the same value as just ival alone. ) On Thu, Apr 12, 2018 at 11:29 PM, Marvin Juneyoung Kim |
Date | 2018-04-13 05:00 |
From | Marvin Juneyoung Kim |
Subject | Re: [Csnd] i() syntax |
Thank you Steven! On Thu, Apr 12, 2018 at 11:53 PM, Steven Yi <stevenyi@gmail.com> wrote: If I understand your question, ival is the source value. ( i(ival) Best, Marvin |