Feat: improve 'at' in cagire grammar
This commit is contained in:
@@ -302,10 +302,10 @@ Combine with voicings for smoother voice leading:
|
||||
note 1.5 decay saw snd .
|
||||
```
|
||||
|
||||
Arpeggiate diatonic chords using `arp` (see the *Timing with at* tutorial for details on `arp`):
|
||||
Arpeggiate diatonic chords using `at` + `cycle` (see the *Timing with at* tutorial):
|
||||
|
||||
```forth
|
||||
0 major seventh arp note 0.5 decay sine snd .
|
||||
0 0.25 0.5 0.75 at sine snd [ 0 major seventh ] cycle note 0.5 decay .
|
||||
```
|
||||
|
||||
## Frequency Conversion
|
||||
|
||||
Reference in New Issue
Block a user