Hi, Sorry that I'm still not really clear on what you are trying to do, but in my own "livecoding" setup, I don't see the problem. I just took the code below that you provide, and inserted it in a csd. The output is identical, both when directly run with Csound and when run "live". My livecode is unfortunately very personal, using my own software (in the Haiku OS) but essentially I just run Csound with a UDP port, and feed the port with text, as required. I feed it the entire csd, and get the same output as with the direct invocation. I guess there's something wonky in your setup? Maybe Reaper. I've never used it. -- Pete -- On Tue, Aug 03, 2021 at 03:37:39PM +0100, jacopo greco d'alceo wrote: > Hi all! > > (I'm sorry I sent an incomplete mail before) > > I want to ask you something about an issue I've got in livecoding with csound. > The idea is that I open a csound listening server and I send messages with reaper. > The problem is that if I send for exemple three different named instruments (I need to use named instruments because I need that csound manage the instruments numbers), csound think they are always the same. > 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 > > Is this a bug or an issue. I didn't figure out why the last instrument is another number and sometimes csound gives me all three instruments the same number. Is it a time bound issue? > Thank you for your answers, > > j > > 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