Re: how to add instruments in real time?
Date | 2017-03-07 13:57 |
From | "vallste@libero.it" <00000008a49663bc-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: how to add instruments in real time? |
See also compileorc and compilestr opcodes. Ciao Stefano
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----Messaggio originale---- |
Date | 2017-03-07 15:17 |
From | Forrest Curo |
Subject | Re: how to add instruments in real time? |
So you would include an instrument which accepts input from a file (perhaps a fifo, which you could write to in real time) or a string (which could likewise be input in real time) to replace or add-to the existing orchestra. Actually, I didn't notice any significant latency issues when I used the end of a midi note to trigger csoundCompileOrc followed immediately by a call to the new instrument!On Tue, Mar 7, 2017 at 5:57 AM, vallste@libero.it <00000008a49663bc-dmarc-request@listserv.heanet.ie> wrote: See also compileorc and compilestr opcodes. |