Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] Csound7 - chnset k(0), "channel" does not work
vlz <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
For reference, https://github.com/csound/csound/issues/1697 > On 11 Sep 2024, at 08:44, vlz <[email protected]> wrote: > > *Warning* > > This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe. > > it's a known issue, in the tracker. > > > Prof. Victor Lazzarini > Maynooth University > Ireland > >> On 11 Sep 2024, at 08:21, Tarmo Johannes <[email protected]> wrote: >> >> >> Hi! >> >> Is this is a bug (I guess so) in Csound7: >> >> chnset k(0), "test" ; gives error: opcode 'k' for expression with arg types cS not found >> >> when >> >> kValue = 0 >> chnset kValue, "test" ; works >> >> and >> >> printk 1, k(0) ; works >> >> Should I file an issue? >> >> Greetings, >> tarmo >>