diff --git a/strudel/20251120.md b/strudel/20251120.md new file mode 100644 index 0000000..ba08149 --- /dev/null +++ b/strudel/20251120.md @@ -0,0 +1,22 @@ +```javascript +setcps(120/60/2) + +$:stack( + s("sbd - sbd -"), + s("- sd - sd").n(irand(3)), + s("hh hh hh hh").sometimes(x=>x.ply(2)), + s("- - oh -").decay(0.3), + )//.bank("tr606") + +$:note("c2".add(0.05,0.1)).s("saw").adsr("0.5:0.3:0.5:0.3") + .penv(0.7).sometimesBy(0.1,x=>x.crush(4)) + +$:note("c2 c3 c2 c2".add(0.1,0.15,0.05)).slow(4) + .s("sin:2,white").adsr("0.3:0.3:0.1:0.1") + .penv(1).lpf(perlin.range(200,2500).slow(5)).lpq(10) + .sometimesBy(0.15,x=>x.dist("4:0.2:scurve")) + +$:note("c3 ds3 c3 c4").slow("<2 1 1>").s("sqr").fm(0.5).fmh(1) + .adsr("0.5:0.5:0.3:0.1").hpf(2000).hpq(15).room(2/3).roomsize(4) + .orbit(2) +``` \ No newline at end of file