From 0cacbabd0a6dd56e1ce536e5e89546e64b370a1c Mon Sep 17 00:00:00 2001 From: littleisland <> Date: Tue, 19 Aug 2025 20:57:41 +0900 Subject: [PATCH] create/update '20250819.md' file --- strudel/20250819.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 strudel/20250819.md diff --git a/strudel/20250819.md b/strudel/20250819.md new file mode 100644 index 0000000..7250c98 --- /dev/null +++ b/strudel/20250819.md @@ -0,0 +1,18 @@ +```javascript +setcps(136/60/4) + +$:sound("sbd*4") +$:sound("hh*8").n(2).gain(saw.range(0.8,1.1).slow(2.1)).swingBy(1/6,8) +$:note("[c2 c2] c2 <[c2 c2] cs2> [c2 c2]").n(5).sound("saw").decay(1) + .lpf(sine.range(100,200).fast(8)).lpq(15).lpenv(2) + +$:sound("loop:3") + // .scrub("11 2*4 4 3 6*4 [-|2|10] 7 7".div("<14 16 18 22 32>")) + .scrub("2 8 7 4".div(16).fast(4)) + .speed(perlin.range(0.4,0.8).slow(5)).clip(1) + .sometimesBy(0.2,x=>x.hpf(1200)).hpq(10) + //.loopAt(4) + .room(0.5).gain(perlin.range(0.9,1.1)) + +$:note("c5 c5 [c6 c5] c5 cs5 cs5 d5 cs5".slow(2)).sound("sine") +``` \ No newline at end of file