Csound Csound-dev Csound-tekno Search About

[Csnd] undo a score statement immediately after

Date2021-08-27 10:03
Fromjacopo greco d'alceo
Subject[Csnd] undo a score statement immediately after
Hi,

is there a way to undo a score statement immediately after I sent it ?

e.g.

instr 1
print 1
endin

schedule 1, 1, 1
turnoff2 1, 0, 0

Here, the schedule will work anyway. I'd need to undo the schedule event.

Thanks,

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

Date2021-08-27 11:25
Fromjoachim heintz
SubjectRe: [Csnd] undo a score statement immediately after
i think this should do the job:
https://csound.com/docs/manual/turnoff3.html

On 27/08/2021 11:03, jacopo greco d'alceo wrote:
> Hi,
> 
> is there a way to undo a score statement immediately after I sent it ?
> 
> e.g.
> 
> instr 1
> print 1
> endin
> 
> schedule 1, 1, 1
> turnoff2 1, 0, 0
> 
> Here, the schedule will work anyway. I'd need to undo the schedule event.
> 
> Thanks,
> 
> 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