From d671a100c4b2e33356da61f1cb143e5cc902d5e6 Mon Sep 17 00:00:00 2001 From: HarakaraSite Date: Tue, 10 Mar 2026 19:04:13 +0900 Subject: [PATCH] 20260310 --- strudel/20260306.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/strudel/20260306.md b/strudel/20260306.md index f48405a..8c2b81a 100644 --- a/strudel/20260306.md +++ b/strudel/20260306.md @@ -1,3 +1,4 @@ +```javascript await initHydra({feedStrudel:32}) src(s0) .repeat(0.1, 4) @@ -7,25 +8,26 @@ src(s0) .out() setcps(126/60/4) -$: s("bd*4").gain(1.0).duck(2).orbit(1) -$: s("white*16").dec(.07).hpf(1800).gain(.8).pan(.8).orbit(1) +$_: s("bd*4").gain(1.0).duck("2:3").orbit(1) +$_: s("white*16").dec(.07).hpf(1800).gain(1.0).pan(.8).orbit(3) -$: note("c3(6,16,1), c4(10,16), c5(3,16)").s("pulse").pw("<.5 .1 .9>") +$_: note("c3(6,16,1), c4(10,16), c5(3,16)").s("pulse").pw("<.5 .1 .9>") .dec(.1).rel(.1).fm(8).fmh(1.6) .layer( - x=>x.hpf(1200).hpq(20).degradeBy(.55), - x=>x.late(.1).crush(7).degradeBy(.75), - x=>x.late(.2).dist(16).disttype(0).distvol(.1).degradeBy(.65), - ).lpf(perlin.range(100,2400).slow(6)) + x=>x.hpf(800).hpq(20).degradeBy(.65), + x=>x.late(.1).crush(6).degradeBy(.85), + x=>x.late(.2).dist(16).disttype(0).distvol(.1).degradeBy(.75), + ).lpf(perlin.range(100,1200).slow(6)) .delay(.5).room(.2).pan(sine.range(.4, .6).slow(4)).scope({scale:0.5,pos:.5}).orbit(2) -$: note("c2*7").s("supersaw").detune(.2).att(.01).rel(.08) - .lpf(berlin.range(100,160)).lpq(15).ftype(1) - .gain(.7).orbit(1) - -$: s("- sd [-|sd] sd".fast(2)).n(2) - .sometimes(early(.02)) - .dist(12).distvol(.12) - .room(.3).roomsize(2).roomlp(500) .pan(.2).orbit(3) - +$_: note("c2*7").s("supersaw").detune(.2).att(.01).rel(.08) + .lpf(berlin.range(100,160).slow(4)).lpq(10).ftype(1) + .gain(.7).orbit(3) +$: s("- cb - cb").bank("tr808") + .dist(8).disttype(4).distvol(.3) + .hpf(1200).hpq(20) + .room(.3).roomsize(2) + .pan(.4) + .orbit(3) +``` \ No newline at end of file