Feat: improve 'at' in cagire grammar

This commit is contained in:
2026-03-20 23:29:47 +01:00
parent 609fe108bc
commit f020b5a172
13 changed files with 293 additions and 277 deletions

View File

@@ -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