[sc-users] 'panic' button
felix
felix at crucial-systems.com
Fri Sep 14 01:59:58 PDT 2007
try this:
g = Group.basicNew(s,0);
g.run(false)
g.run(true)
or:
s.defaultGroup.run(false)
s.defaultGroup.run(true)
On 9/13/07, Robert van Heumen <robert at steim.nl> wrote:
> Hello,
>
> I'd like to implement a 'panic' button, that stops all my synths, but in a
> way I can start them again after that.
> I've tried thisProcess.stop, but then all my groups and tasks are gone, and
> I have to restart my patch.
>
> Thanks,
> Robert
>
More information about the sc-users
mailing list