[Csnd] Best way to pass item to Csound startup
Date | 2020-09-16 22:25 |
From | Roger Kelly |
Subject | [Csnd] Best way to pass item to Csound startup |
I want to pass a variable (like sysarg type thing) on startup of Csound.
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 would like to access it at start of the initialization. What is the best way to do this? |
Date | 2020-09-16 23:04 |
From | Guillermo Senna |
Subject | Re: [Csnd] Best way to pass item to Csound startup |
On 16/9/20 18:25, Roger Kelly wrote:
I want to pass a variable (like sysarg type thing) on startup of Csound. I would like to access it at start of the initialization. What is the best way to do this? 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 | 2020-09-16 23:08 |
From | Dave Seidel |
Subject | Re: [Csnd] Best way to pass item to Csound startup |
Yes, this is the method I use (also there's --smacro for score macros). On Wed, Sep 16, 2020 at 6:04 PM Guillermo Senna <gsenna@gmail.com> wrote:
|