From 56031c345a3005c541905a3057f5b280c066ec6a Mon Sep 17 00:00:00 2001 From: littleisland Date: Thu, 22 Jan 2026 08:05:55 +0000 Subject: [PATCH] =?UTF-8?q?strudel/20260122.md=20=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- strudel/20260122.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 strudel/20260122.md 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