Opcode to create an instrument?
Date | 2016-01-09 06:18 |
From | Hlöðver Sigurðsson |
Subject | Opcode to create an instrument? |
I'm exploring non-api based csound. And my very short quesion is, weather it's possible to create new instrument from within an instrument statement, as a string? Something like:if p4 == 1 then Sinstr2 = "instr 2\n a1 poscil 0.1, 200\n outs a1, a1\n endin" opcodetoevalorchestra? Sinstr2 endif endin |
Date | 2016-01-09 07:10 |
From | Victor Lazzarini |
Subject | Re: Opcode to create an instrument? |
yes, with compilestr or compileorc. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
Date | 2016-01-09 07:25 |
From | Hlöðver Sigurðsson |
Subject | Re: Opcode to create an instrument? |
How embarrassingly obvious. Thanks2016-01-09 8:10 GMT+01:00 Victor Lazzarini <Victor.Lazzarini@nuim.ie>:
|