- Helper @ Help
-
HelpDocsLicensing
@ Help
... GPL as stated in SuperCollider's main license conditions. To supply ...
-
Internal-Snooping
@ Help
... class variables. Using the browser's buttons you can easily navigate ...
-
Licensing
@ Licensing
... without the GPL3 elements. SuperCollider's help documentation is published under ...
-
runMe
@ Help
s.waitForBoot { { SinOsc.ar(EnvGen.kr(Env([440, 440, 324, 10000], [4, 2, 1], \exp), doneAction:2)) * 0.1 }.play }
-
runMe2
@ runMe2
s.waitForBoot { { Saw.ar(EnvGen.kr(Env([440, 440, 324, 10000] * 0.4, [4, 2, 1], \exp), doneAction:2)) * 0.1 }.play }
-
Psym
@ Psym
... used. // example: ( // load a synthdef s.boot; SynthDef(\gpdef, { |out=0 ...
-
Pbindef
@ Help
... , 0, amp * env), pan)); }).store; ) s.boot; Pbindef(\a, \instrument, \Pdefhelp ...
-
PbindProxy
@ PbindProxy
... , 0, amp * env), pan)); }).store; ) s.boot; x = PbindProxy.new; x ...
-
PatternProxy
@ Help
... , 0, amp * env), pan)); }).store; s.boot; ) ( x = PatternProxy.new; x ...