From b05a935c83bbecf4293eb31a2041f9b5fa905be2 Mon Sep 17 00:00:00 2001 From: littleisland <> Date: Sun, 28 Sep 2025 17:04:32 +0900 Subject: [PATCH] create/update 'glitch sound.md' file --- strudel/glitch sound.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 strudel/glitch sound.md diff --git a/strudel/glitch sound.md b/strudel/glitch sound.md new file mode 100644 index 0000000..96495b7 --- /dev/null +++ b/strudel/glitch sound.md @@ -0,0 +1,17 @@ +```javascript +setcpm(136/4) + +$:sound("bd*4".fast(2)).sometimesBy(0.6,x=>x.crush("4|2")) +$:sound("hh*8").swingBy(1/6,8).degradeBy(1/20) +$:sound("- - - sd?*2".fast(2)).decay("0.1|0.3") + .sometimesBy(0.25,x=>x.dist("8:0.2")) +$_:sound("cp|cb".fast("<4 8 4 2>")).sometimesBy(0.22,x=>x.dist("8:0.2")) + .sometimesBy(0.3,x=>x.lpf("600|1200".slow(2)).lpq("<5 20 10>")) +$_:note("c3 c3 c2 c2".fast("<2 8>")) + .sometimesBy(0.7,x=>x.vowel("".fast(7))) + .lpf(perlin.range(300,900).slow(3)).lpq("0|20") + .sound("supersaw").vib(4).n(1).gain(0.6) + +all(x=>x.postgain(1)) + +``` \ No newline at end of file