-
Guide-to-ATK-Matrix-Files
@ Doc
... 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
@ Doc
... 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
@ Doc
... 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 ...
-
Buffer
@ Doc
... allocated from the Server's bufferAllocator. When you call ... regular methods using Server's automated bundling capabilities. ... . server Returns the Buffer's Server object. . bufnum Returns ... completionMessage) Release the buffer's memory on the server and ...
-
View
@ Doc
... measured relative to the parent's top-left corner. View. ... (the default) the view's -defaultCanReceiveDrag method is called instead ... (the default) the view's -defaultReceiveDrag method is called ... yet implemented The view's default evaluation whether the ...
- FoaEncode @ Doc
-
Object
@ Object
... containing the resulting file's path. Equality and Identity ... Add aDependant to the receiver's list of dependants. . ... Remove aDependant from the receiver's list of dependants. . ... moreArgs) Notify the receiver's dependants that the receiver has ...
-
Thread
@ Doc
... Instead, use the Thread's subclass Routine. The only purpose ... . Discussion: The parent Thread's execution is blocked until the ... Get or set the Thread's associated Clock. Discussion: There ... clock becomes the main Thread's clock. * Child Threads inherit ...
-
SynthDef
@ SynthDef
... of specifications for the ugenGraphFunc's arguments. The order corresponds to ... . func = value Return this def's ugenGraphFunc. . variants . variants = value ... an Event containing this def's variants. . allControlNames . allControlNames = value ...
- Server @ Server