Pinned Loading
-
A Pfset with closure
A Pfset with closure 1p = Pbind(\dur, Pseq([1, 2, inf]));
2(r = PfsetC({var grp = Group(); ~group = grp;
3{ grp.release.postln; fork { 3.wait; grp.free }}}, p).play);
4r.reset; // /hit a few time before it reaches the infinite event
5r.stop; // several groups freed.
-
PfuncLazy
PfuncLazy 1// When you want to Plazy a Pfunc but still want to get resetFunc called
2// use this instead. See https://bit.ly/37t90WA for more
34PfuncLazy : Pattern {
5var <>func;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.