[Csnd] csnd API pause/continue?
Date | 2013-02-09 21:38 |
From | zappfinger |
Subject | [Csnd] csnd API pause/continue? |
What is the complement of perf.Pause()? perf.Continue() or so? So I am looking for the command to continue after a pause command. Richard -- View this message in context: http://csound.1045644.n5.nabble.com/csnd-API-pause-continue-tp5720036.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-02-09 21:48 |
From | francesco |
Subject | [Csnd] Re: csnd API pause/continue? |
if i'm not wrong You can call perf.Play after perf.Pause. Or You also can use perf.TogglePause for toggle pause/play. ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/csnd-API-pause-continue-tp5720036p5720037.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-02-10 08:46 |
From | zappfinger |
Subject | [Csnd] Re: csnd API pause/continue? |
Thanks Fransesco, TogglePause() works fine. Richard -- View this message in context: http://csound.1045644.n5.nabble.com/csnd-API-pause-continue-tp5720036p5720042.html Sent from the Csound - General mailing list archive at Nabble.com. |