Files
strudel/someSongs/sampleWahWahTest.js
2026-03-09 21:49:06 +01:00

13 lines
285 B
JavaScript

setCps(150/60/4)
const MAINGAIN = slider(0.8627,.1,3)
samples('github:dexta/strudel/main/')
$: s("bd:1!4").note("<0 2 4 <3 5 7>>").gain(.8)
._scope()
$: note("<d1 c2 a3 c4 f#5 d6 a7 f4 c6>*2").s("wahgtr:5 wahgtr:6 wahgtr:7 wahgtr:8").trans(-12)
.gain(MAINGAIN)
._pianoroll()