From bb1c71d1df0d70cb7ee1983aa0e827895c96cc4f Mon Sep 17 00:00:00 2001 From: littleisland Date: Tue, 17 Feb 2026 08:21:33 +0000 Subject: [PATCH] =?UTF-8?q?strudel/20260216.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/20260216.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 strudel/20260216.md diff --git a/strudel/20260216.md b/strudel/20260216.md new file mode 100644 index 0000000..f236b79 --- /dev/null +++ b/strudel/20260216.md @@ -0,0 +1,25 @@ +```javascript +setcps(126/60/4) + +$: note("c2(5,16),c1(9,16)") + .s("supersaw") + .lpf(sine.range(200, 400).slow(5)) + .lpq(10) + .ftype(0) + .gain(.5) + +$: s("bd*4").bank("tr909").gain(1.2) +$: s("- cp").bank("tr808").gain(.7).room(.5) +$: s("hh*16").bank("tr909") + .gain(sine.range(.4, .8).fast(4)) + .pan(sine.range(.4, .6).slow(2)) + +$: s("cb(3,8), rim(5,8)").bank("tr808").gain(.4).delay(.3).room(.3) + +$: chord("").voicing() + .s("gm_pad_warm").att(.2).dec(.5).sus(.3).rel(.1) + .lpf(1200) + .room(.3) + .gain(.3) + .slow(4) +``` \ No newline at end of file