Csound Csound-dev Csound-tekno Search About

[Csnd] named instruments issue with livecoding

Date2021-08-03 15:32
Fromjacopo greco d'alceo
Subject[Csnd] named instruments issue with livecoding
For exemple, something like this:

instr inst9B589C8D
print p1
endin
schedule "inst9B589C8D", 1.0, 0.5

instr inst0A7FFD81
print p1
endin
schedule "inst0A7FFD81", 2.0, 0.5

instr inst0941D201
print p1
endin
schedule "inst0941D201", 3.0, 0.5

//

If I send it with livecoding, I get this result:

instr 41:  p1 = 41.000
instr 41:  p1 = 41.000
instr 42:  p1 = 42.000

//

If I render offline, I get this result:

instr 1:  p1 = 1.000
instr 2:  p1 = 2.000
instr 3:  p1 = 3.000

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