On Sat, Nov 14, 2020 at 01:11:40AM +0100, Eduardo Moguillansky wrote: > > > > > > gihandle OSCinit 10000 > > schedule 1,0,10 > schedule 2,0,1 > schedule 2,1,1 > > instr 1 > S1 = "" > nxtmsgs: > kks OSClisten gihandle, "/DROP/1", "s", S1 > if (kks == 0) goto exs > printsk "%s\n", S1 > kgoto nxtmsgs > exs: > endin > > instr 2 > OSCsend 1, "localhost", 10000, "/DROP/1", "s", "hello\n" > turnoff > endin > > > > e 10 > > > Nope! Doesn't work for me... (6.15 on Haiku) I don't have 'printsk' -- guess that's brand new -- but changing it back shouldn't have hurt anything. Have there been changes to OSCsend since 6.15 release? -- Pete -- 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