- 6_Controls @ Help
-
Start Your Engines
@ Help
... code by using the letter s. You can thus send messages ... and stop it like so: s.quit; s.boot; Try this out ... examples in the documentation have s.boot at the beginning, but ...
-
Sequencing with Patterns
@ Help
... .ar(0, sig ! 2) }).send(s); r = Task({ var delta; while ... , repeats, offset) -- return the list's values in order Pshuf(list ... , repeats) -- choose from the list's values randomly Pxrand(list, repeats ... 15 values from the pattern's stream This is just a ...
-
Environment
@ Environment
... and then restore currentEnvironment's original value.Ã The message ... them up in the environment.Ã s.boot; ( var orc; orc ... e.use { e.f }; Function's inEnvir method attaches a function ... as object prototypes Environment's know variable holds a ...
-
Array
@ Help
... the elements of the receiver's subcollections, up to size ... possible combinations of the receiver's subcollections. [[1, 2, 3, ... possible combinations of the array's elements. [1, 2, 3]. ... those helpfiles for more details). s.boot; ( x = { SinOsc.ar([ ...
-
PG_Cookbook07_Rhythmic_Variations
@ Help
... of straightforward array manipulations. Let's unpack the pattern that uses ... run inside the kick drum's environment. Pn(..., inf) : Repeat ... a rest. Here it's a simple conditional to produce ... monitors have decent bass, it's electro-licious SynthDef(\kik, { | ...
- PG_06a_Repetition_Contraint_Patterns @ Help
-
PG_04_Words_to_Phrases
@ Help
... example is longer, but that's only because of a larger ... like a Markov chain, that's because the Pfsm implementation is ... hard to read because it's more work to separate note ... and keeps playing until it's finished. But the length of ...
-
PG_06b_Time_Based_Patterns
@ Help
... on a clock. (Technically it's possible to request events from ... work by remembering the clock's current time at the moment ... calculation is, then, the clock's time at the moment of ... patterns. // curve is 5 - here's what the curve looks like ...
-
Routine
@ Routine
... ) alwaysYield(outval) If a Routine's function returns then it will ... , passing it it the clock's current time. using Object-idle ... measured relative to the thread's clock. (see Routine) // for 6 ... value. clock return the thread's clock. If it has not ...