add examples

This commit is contained in:
2025-09-27 23:12:09 +02:00
parent a3c8e198a7
commit 940dd06b83
68 changed files with 2064 additions and 0 deletions

9
examples/edenontheair.js Normal file
View File

@@ -0,0 +1,9 @@
setDefaultVoicings('legacy')
const chrds = "A@2 E@2 A F#m B@2 E@2 A ~ F#@4 A@2 ~ F#@4 ~@2".slow(25/4);
stack(
n(run(6).palindrome().fast(5)).clip(2).chord(chrds).anchor(chrds.rootNotes(5)).voicing().s("gm_electric_guitar_jazz"),
chord(chrds).anchor("B4").voicing().s("gm_piccolo")
).gain("0.4@12 1@4 0.4@3 1@4 0.4@2".slow(25/4)).cpm(95/4).room(0.5)