Thanks for your answer joachim, but I did try with the same exemple and it did not work.. I mean, it works only when I need to pass through an instrument because turnoff3 works only at k-time.
Like this:
instr 1
print 1
endin
schedule 1, 1, 1
instr 2
turnoff3 1
turnoff
endin
schedule 2, 0, 1
//
If I do this, it did not work:
instr 1
print 1
endin
schedule 1, 1, 1
turnoff3 1
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here