From 461c0c86972d5044409b98fdf84b5e81d2359623 Mon Sep 17 00:00:00 2001 From: littleisland <> Date: Tue, 12 Aug 2025 15:49:18 +0900 Subject: [PATCH] create/update '20250812.md' file --- strudel/20250812.md | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 strudel/20250812.md diff --git a/strudel/20250812.md b/strudel/20250812.md new file mode 100644 index 0000000..ed1842c --- /dev/null +++ b/strudel/20250812.md @@ -0,0 +1,53 @@ +```javascript +setcps(60/60/4) + +$:stack( + note("").sound("sine"), + note("").sound("sine").gain(0.5), + note("").sound("sine").gain(0.25), + note("").sound("sine").gain(0.15), + note("< >".late(1)).fast(2).sound("sine").gain(0.0625), +).postgain(0.4).delay(0.75).room(0.3).gain(0.3).fast(2) + .fm(1).fmh(2) + .lpf(sine.range(100,500).seg(4).slow(4)) + .lpq(10) + +$:stack( + note("").sound("sine"), + note("").sound("sine").gain(0.5), + note("").sound("sine").gain(0.25), + note("").sound("sine").gain(0.15), + note("< >".late(1)).fast(2).sound("sine").gain(0.0625), +).postgain(0.2).delay(0.75).room(0.3).gain(0.3) + .penv(2) + .lpf(sine.range(60,200).seg(14).fast(4)) + .lpq(15) + +$:stack( + note("").sound("sine"), + note("").sound("sine").gain(0.5), + note("").sound("sine").gain(0.25), + note("").sound("sine").gain(0.15), + note("< >".late(1)).fast(2).sound("sine").gain(0.0625), +).postgain(0.6).delay(0.75).room(0.3).gain(0.3) + .lpenv(4) + .lpf(sine.range(200,300).seg(10).fast(2)) + .lpq(15) + +$:sound("pink").decay(0.1).hpf(800) + + + + + + + + + + + + + + + +``` \ No newline at end of file