From 59825d99b330f190317610e980a87142fdd6ac06 Mon Sep 17 00:00:00 2001 From: littleisland Date: Sat, 10 Jan 2026 12:48:53 +0000 Subject: [PATCH] =?UTF-8?q?strudel/20260110.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/20260110.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 strudel/20260110.md diff --git a/strudel/20260110.md b/strudel/20260110.md new file mode 100644 index 0000000..9560464 --- /dev/null +++ b/strudel/20260110.md @@ -0,0 +1,19 @@ +setcps(160/60/4) + +$_:sound("num*4").n("2 0 2 6").slow(4).gain(.2) + .someCyclesBy(.2,x=>x.mask(0)).delay(.5).room(1).jux(rev) + +$:sound("gm_taiko_drum*8").gain(1.5) + .n(irand(4).range("<1 4 6 1>","<4 7 9 4>")) + .sometimes(x=>x.ply(2)) + +$_:sound("hh*16").gain(0.5).pan(sine.range(0,1).slow(4)) + +$_:note("c2*8").sound("supersaw") + .lpf(sine.range(400,1800).slow(8)).lpq(5).pan(.3) + +$_:note("c3*6").sound("sine").pan(.7) + .fm(perlin.range(3,5).slow(6)).fmh(1.5).gain(.6) + + +all(x=>x.postgain(1.0)) \ No newline at end of file