Re: [Csnd] syntax issues
| Date | 2024-02-16 16:24 |
| From | Enrico Francioni <00000005323c8739-dmarc-request@LISTSERV.HEANET.IE> |
| Subject | 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
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2024-02-16 16:38 |
| From | Rory Walsh |
| Subject | Re: [Csnd] syntax issues |
The second one is correct, but the first one would expand to: kact active 1902 kact = kact + 2 :) On Fri, 16 Feb 2024 at 16:24, Enrico Francioni <00000005323c8739-dmarc-request@listserv.heanet.ie> wrote: grazie Rory, |