From 0435a093e55bda4296ce1e5ed95f6627efdf5ebc Mon Sep 17 00:00:00 2001 From: littleisland <> Date: Tue, 5 Aug 2025 21:26:11 +0900 Subject: [PATCH] create/update '20250805.md' file --- strudel/20250805.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 strudel/20250805.md diff --git a/strudel/20250805.md b/strudel/20250805.md new file mode 100644 index 0000000..2ab4567 --- /dev/null +++ b/strudel/20250805.md @@ -0,0 +1,15 @@ +```javascript +setcps(136/60/4) + +$_:sound("bd*4") +$_:sound("hh*8").n(3).hpf(2000) +$_:sound("loop:3").loopAt(8) +$_:sound("loop:3").slice(16,"3 <3 [4|10] 3>") +// .sometimesBy(0.3,x=>x.stut(3,1/8,1/8)) + .delay(1/4) + .speed(perlin.range(0.6,1)) + .lpf(sine.range(300,2400).slow(16)).room(1/4) +$_:sound("loop:3").slice(16,"<0 14> 1 [5|8] <7 13>".fast(2)).hpf(1200).hpq("<0 10>") + .lpf(saw.range(200,3000).slow(8)) +$_:note("C3 C3 C4 C3".fast(4)).sound("sin") +``` \ No newline at end of file