[Csnd] comments with //
Date | 2018-03-05 20:13 |
From | joachim heintz |
Subject | [Csnd] comments with // |
i am just reading victors wonderful book ("computer music instruments") and see that // is possible for comments. i like it much more than ; but i never saw examples before (and syntax highlighting in csoundqt is not there for it). does anyone know since when this is possible? joachim 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 | 2018-03-05 20:23 |
From | Guillermo Senna |
Subject | Re: [Csnd] comments with // |
Don't know since when, but I remember also being surprised after reading about them in "Csound - A Sound and Music Computing System": "Csound can also use C++ style single-line comments introduced by //." On 05/03/18 17:13, joachim heintz wrote: > i am just reading victors wonderful book ("computer music > instruments") and see that // is possible for comments. i like it > much more than ; but i never saw examples before (and syntax > highlighting in csoundqt is not there for it). does anyone know since > when this is possible? > > joachim > > 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 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 | 2018-03-05 20:32 |
From | joachim heintz |
Subject | Re: [Csnd] comments with // |
and it works indeed =) thanks, guillermo; so actually i knew it longer without knowing it ... joachim On 05/03/18 21:23, Guillermo Senna wrote: > Don't know since when, but I remember also being surprised after reading > about them in "Csound - A Sound and Music Computing System": "Csound can > also use C++ style single-line comments introduced by //." > > > On 05/03/18 17:13, joachim heintz wrote: >> i am just reading victors wonderful book ("computer music >> instruments") and see that // is possible for comments. i like it >> much more than ; but i never saw examples before (and syntax >> highlighting in csoundqt is not there for it). does anyone know since >> when this is possible? >> >> joachim >> >> 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 > > 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 > 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 | 2018-03-05 22:19 |
From | John ff |
Subject | Re: [Csnd] comments with // |
It was certainly part of the new parser but there were bugs earlier. So we have 3 comment styles; /*...*/ //...\n and ;...\n
Sent from Blue
On 5 Mar 2018, at 20:32, joachim heintz <jh@JOACHIMHEINTZ.DE> wrote: and it works indeed =) |