-
LatoocarfianN
@ LatoocarfianN
... function given in Clifford Pickover'sà book Chaos In Wonderland, pg ... , SampleRate.ir)) * 0.2 }.play(s); // randomly modulate all params ( { LatoocarfianN ... ,1.5) ) * 0.2 }.play(s); )
-
LinCongL
@ LinCongL
... , SampleRate.ir)) * 0.2 }.play(s); // randomly modulate params ( { LinCongL.ar ... (0.1) ) * 0.2 }.play(s); ) // as frequency control... ( {Ã SinOsc.ar ... , 500, 600 ) ) * 0.4 }.play(s); )
-
FreeVerb2
@ FreeVerb2
... [FreeVerb] Examples Server.default = s = Server.internal; s.boot; // FreeVerb2 - demo synthdef ... FreeVerb 1 chn version }).send(s); ) // 2ch source ( a = SynthDef(\src2x2 ...
-
SCWindow
@ Help
... the text in this window's title bar. onClose_(val) onClose ... . view asView Returns this window's top level view, which contains ... a decorator on this window's top view ( var w; w ...
-
CocoaMenuItem
@ CocoaMenuItem
... Get or set this item's action. This is a Function ... Get or set this item's state. If bool is true ... false. doAction Evaluate the receiver's action function. Examples // Simple example ...
- SCStaticText @ Help
-
SCUserView
@ Help
... . Using refreshInRect constrains the receiver's refresh area to the rectangle ... refreshInRect(aRect). // Constrains the receiver's refresh area to the rectangle ... . // you may use Quartz Debug's flash screen updates to see ...
-
SCScrollTopView
@ SCScrollTopView
... content which exceeds a window's visible bounds. A SCScrollTopView is ... SCViews A SCScrollTopView or SCScrollView's action function is evaluated when ... file. Instance Methods A window's SCScrollTopView can be accessed using ...
- SoundFile @ SoundFile
-
DebugNodeWatcher
@ Help
DebugNodeWatcher Posts when these messages are received from the server: n_go n_end n_off n_on s = Server.default; s.boot; d = DebugNodeWatcher(s); d.start; y = Group.new; y.free; d.stop;