- Tutorial @ Tutorial
- PG_03_What_Is_Pbind @ PG_03_What_Is_Pbind
-
PG_08_Event_Types_and_Parameters
@ Doc
... delay the event's server message(s). \timingOffset Number ... delay the event's server message(s). In conjunction ... id The node ID(s) must be given explicitly ... If not given directly, it's calculated as ~sustain = ~dur ...
-
05-Functions-and-Sound
@ Doc
... and 'value' stuff; it's not important just now) This ... sample in the block. There's another method, 'kr', ... Get the idea? There's also another similar arg ... Functions and UGens -------------------------------------- Here's another example of polymorphism, ...
-
GUI-Introduction
@ GUI-Introduction
... and resizing of views * View's resize options * Decorators * Layouts * Customizing ... mechanisms for this purpose. View's resize options Views can automatically ... task of positioning the container's child views (currently there exists ...
-
Intro-to-the-ATK
@ Intro-to-the-ATK
... // boot server ( s = Server.default; s.boot; ) // ... // inspect ~decoder.kind ~checkMyServerOutputs.value(s, ~decoder) // ------------------------------------------------------------ // define ...
-
ATK-SynthDef-Examples
@ Doc
... to boot cond = Condition.new; s.waitForBoot({ Routine.run({ // define ... Out.ar(0, out); }).add; s.sync(cond); synth = Synth(\kernelDecode ... Out.ar(0, out); }).add; s.sync(cond); // play the synth ...
-
Guide-to-ATK-Matrix-Files
@ Guide-to-ATK-Matrix-Files
... is different from SuperCollider's Extensions folder. If ... incidences. Within the ATK's classification hierarchy, ~encoder looks ... 'matrix' 'dirs' For fun, let's inspect: ( var methodsToInspect = ['class ... -pseudoInverse on the encoder's Matrix. 4 // Retrieve ...
-
Server-Command-Reference
@ Server-Command-Reference
... version number. Equivalent to sclang's Main.scVersionMinor. string Patch version ... /n_set Set a node's control value(s). int node ID N ... ranges of a node's control value(s). int node ID N ... ranges of a node's control value(s). int node ID N ...
-
TempoClock
@ TempoClock
... Defaults to the current Thread's logical time (see Thread: ... is determined by the clock's queueSize argument upon instantiation. ... from within the same clock's scheduling thread. Scheduled functions ... because beats uses a thread's logical time. . seconds ...