[Csnd] Read a kchannel value at i time?
Date | 2022-04-28 01:50 |
From | Iain Duncan |
Subject | [Csnd] Read a kchannel value at i time? |
Hi, can anyone tell me if there is a way to read the value from a named control channel at i-time in an instrument to do init time only management?
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
I notice this does not work: ivalue = i( chnget:k( mychan ) ) thanks iain |
Date | 2022-04-28 02:00 |
From | Steven Yi |
Subject | Re: [Csnd] Read a kchannel value at i time? |
Should be able to just read using the irate chnget like: ivalue = chnget:i(mychan) On Wed, Apr 27, 2022 at 8:51 PM Iain Duncan |
Date | 2022-04-28 04:20 |
From | Iain Duncan |
Subject | Re: [Csnd] Read a kchannel value at i time? |
Oh, I feel silly. Thanks Steven! And thanks for the glide example too, that was helpful to play with today. Still not quite where I want things, but it's coming along, as I scrape away my csound rust. :-) iain On Wed, Apr 27, 2022 at 6:01 PM Steven Yi <stevenyi@gmail.com> wrote: Should be able to just read using the irate chnget like: |