Re: [Csnd] syntax issues

grazie Rory,

…and
(active:k(1902)+2)
In the extended form corresponds to:
kact active 1902 + 2 (???)

…and
(chnget:k("volume"))
In the extended form corresponds to:
kvol chget "volume"

E

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here

The second one is correct, but the first one would expand to:

kact active 1902

kact = kact + 2

:slight_smile: