Feat: improve 'at' in cagire grammar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Generators & Sequences
|
||||
|
||||
Sequences of values drive music: arpeggios, parameter sweeps, rhythmic patterns. Cagire has dedicated words for building sequences on the stack, transforming them, and collapsing them to single values.
|
||||
Sequences of values drive music: melodic patterns, parameter sweeps, rhythmic patterns. Cagire has dedicated words for building sequences on the stack, transforming them, and collapsing them to single values.
|
||||
|
||||
## Ranges
|
||||
|
||||
@@ -81,7 +81,7 @@ Four words reshape values already on the stack. All take n (the count of items t
|
||||
|
||||
```forth
|
||||
1 2 3 4 4 rev ;; 4 3 2 1
|
||||
c4 e4 g4 3 rev ;; g4 e4 c4 (descending arpeggio)
|
||||
c4 e4 g4 3 rev ;; g4 e4 c4 (descending)
|
||||
```
|
||||
|
||||
`shuffle` randomizes order:
|
||||
|
||||
Reference in New Issue
Block a user