Hi list,
I am instantiating a LinkClock and make it the default TempoClock like
this:
(
~myLinkClock = LinkClock.new(tempo:
130/60/4).latency_(Server.default.latency).permanent_(true);
TempoClock.default = ~myLinkClock;
)
How can I release and delete this LinkClock instance alltogether?
.release and .clear seem to only release playing synth nodes.
And as a follow-up question: How can I unassign local and environment
variables?
Thanks!
Peter