- Helper @ Helper
-
HelpDocsLicensing
@ HelpDocsLicensing
... 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
@ Help
... without the GPL3 elements. SuperCollider's help documentation is published under ...
-
runMe
@ runMe
s.waitForBoot { {Ã SinOsc.ar(EnvGen.kr(Env([440, 440, 324, 10000], [4, 2, 1], \exp), doneAction:2)) * 0.1 }.play }
-
runMe2
@ Help
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
@ Pbindef
... , 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
@ PatternProxy
... , 0, amp * env), pan)); }).store; s.boot; ) ( x = PatternProxy.new; x ...