Csound Csound-dev Csound-tekno Search About

Opcode to create an instrument?

Date2016-01-09 06:18
FromHlöðver Sigurðsson
SubjectOpcode 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:

instr 1
if p4 == 1 then
Sinstr2 = "instr 2\n a1 poscil 0.1, 200\n outs a1, a1\n endin"
opcodetoevalorchestra? Sinstr2
endif
endin
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

Date2016-01-09 07:10
FromVictor Lazzarini
SubjectRe: Opcode to create an instrument?
yes, with compilestr or compileorc.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 9 Jan 2016, at 06:18, Hlöðver Sigurðsson <hlolli@GMAIL.COM> wrote:

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:

instr 1
if p4 == 1 then
Sinstr2 = "instr 2\n a1 poscil 0.1, 200\n outs a1, a1\n endin"
opcodetoevalorchestra? Sinstr2
endif
endin
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

Date2016-01-09 07:25
FromHlöðver Sigurðsson
SubjectRe: Opcode to create an instrument?
How embarrassingly obvious.

Thanks

2016-01-09 8:10 GMT+01:00 Victor Lazzarini <Victor.Lazzarini@nuim.ie>:
yes, with compilestr or compileorc.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 9 Jan 2016, at 06:18, Hlöðver Sigurðsson <hlolli@GMAIL.COM> wrote:

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:

instr 1
if p4 == 1 then
Sinstr2 = "instr 2\n a1 poscil 0.1, 200\n outs a1, a1\n endin"
opcodetoevalorchestra? Sinstr2
endif
endin
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