-
PG_Cookbook02_Manipulating_Patterns
@ Help
... forward or backward arbitrarily Here's an interesting one. We ... the proxy. Changing the proxy's pattern replaces the stream, ... Patterns stored in the prototype's variables are automatically available as ... with each other. It's a step toward object-oriented ...
-
PG_05_Math_on_Patterns
@ PG_05_Math_on_Patterns
... . Looking at the Pbinop's variables reveals everything that is ... difference between the source stream's latest and previous values. ... from 'pattern' according to proportion(s) given by the 'proportion' ... calculate independently. But it's possible for one or ...
- Main @ Main
-
LID
@ Help
... The device's 'action' instance ... } } ) // ===================================================================== // LED's // ===================================================================== // some devices have LEDs ...
-
Understanding-Errors
@ Understanding-Errors
... ) do return the function's value. Non-error objects ... with 0). If it's a new array, use ... is the while loop's action. The compiler renders ... In this case, it's necessary for the compiler to ... code further.Ã Sometimes, there's no way around un-optimized ...
-
ServerOptions
@ Help
... at startup.) A Server's instance of ServerOptions is stored ... nil will use the system's default input device (more below ... nil will use the system's default output device (more below ... Examples // Get the local server's options o = Server.local.options ...
- RootNode @ RootNode
- Writing_Unit_Generators @ Help
-
Writing-Classes
@ Writing-Classes
... ) is generally not recommended. It's preferable to use either the ... parent classes and working it's way down to the current ... to swipe all of daddy's methods ? Do a websearch for ... the one in the object's actual class is accessible.Ã You ...
-
MultiChannel
@ MultiChannel
... audio are represented as Arrays. s.boot; // one channel { Blip ... arrays of arrays. Here's a final example illustrating multi ... + freq ) * EnvGate(0.1) ) }).send(s); ) ( var freq, mod, modrange; freq ... freq * [1, 1.02])) }).send(s); a = { |dur=1, x ...