[Csnd] Csoundapi~ events multiple score statements
| Date | 2018-01-29 13:44 |
| From | Joel Ramsbottom |
| Subject | [Csnd] Csoundapi~ events multiple score statements |
I'm developing a csound program and currently using PD to interact with the synth in real time. Does anyone know the syntax to send multiple score events in a single event ? Many thanks
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-01-29 14:39 |
| From | Forrest Curo |
| Subject | Re: [Csnd] Csoundapi~ events multiple score statements |
Like so should be as close to simultaneous as you're going to get from pd : _____________________ | event i 1 0 10 16000 200, | event i 1 0 10 32000 200( (Multiple messages but sent in the same processing cycle... I don't know of any way to get strings with '\n' s into pd messages.) Forrest Curo(?) On Mon, Jan 29, 2018 at 5:44 AM, Joel Ramsbottom <joel.ramsbottom@hotmail.co.uk> wrote: I'm developing a csound program and currently using PD to interact with the synth in real time. Does anyone know the syntax to send multiple score events in a single event ? Many thanks |