diff --git a/strudel/20260122.md b/strudel/20260122.md new file mode 100644 index 0000000..f29f531 --- /dev/null +++ b/strudel/20260122.md @@ -0,0 +1,13 @@ +```javascript +setcps(135/60/4) +$:sound("sbd - sbd -").seg(8) +$:sound("hh").seg(16) +$_:note("c1".add(.05,.1,.15)).sound("supersaw").seg(16).fm(4).fmh(3) +$:note("[c2 c2 ds2 c2]*2").s("wt_hwwave").seg(16).n(run(16).range(81,96)) + .fm(4).fmh(1.1) + .lpf(perlin.range(300,2400).slow(4)) + .lpq(perlin.range(0,16).slow(17)).ftype(2).gain(.3) + +$_:note("[c2 c2 c2 c2]*2").s("wt_sawtosqr").seg(16).n(run(8).range(14,5).fast(2)) + .fm(2).fmh(4.5).gain(.3) +``` \ No newline at end of file