- greaterthan @ greaterthan
- lessthan @ lessthan
- greaterorequalthan @ Help
- lessorequalthan @ lessorequalthan
-
Dictionary
@ Dictionary
... ); matchAt(item) The dictionary's keys are used as conditions ... unordered collection. It's the user's responsibility to make sure ... item is matched if it's contained in the collection.Ã ... iteration work analogously to Dictionary's superclasses, see e.g. ...
-
Streams-Patterns-Events7
@ Help
... a custom msgFunc manually. Here's an example: ( SynthDef(\help_SPE4_CFString2, { arg ... , pan+0.3]))); }).send(s); // change .send(s) to .add ) As you ... look at Event's source, it's easy, and it's cleaner than ...
-
Pgroup
@ Help
... stream has ended. The group's release is delayed (default 0 ... beats into the event prototype's \groupReleaseTime key: Pgroup(...).play( ... structure: fork { s.queryAllNodes; 3.wait; s.queryAllNodes; 2.wait; s.queryAllNodes; } ) FilterPattern ...
-
PG_02_Basic_Vocabulary
@ Help
... sure the server is booted. s.boot; ( p = Pbind( ... 0.25 ).play; ) That's also a taste of things ... geometric series Now, let's move to patterns that ... performs this calculation. It's necessary to give an ... a routine. The stream's output values are whatever ...
-
PG_060_Filter_Patterns
@ Help
... pattern value is repeated. It's like a clutch in a ... quot; behavior to the event's rhythmic values. The source pattern ... to an infinite pattern, there's no looping because the pattern ... private bus) for the pattern's synths. * Pfx(pattern, fxname, ...
- PG_Cookbook01_Basic_Sequencing @ Help