This commit is contained in:
HarakaraSite
2026-03-06 15:10:31 +09:00
parent 6cd3fc6ed9
commit a1fc2279fa

31
strudel/20260306.md Normal file
View File

@@ -0,0 +1,31 @@
await initHydra({feedStrudel:32})
src(s0)
.repeat(0.1, 4)
.modulateScale(osc(2, 0.1), () => H.fft[0] * 10)
.modulate(noise(0.1), 0.05)
.scrollX(.5, 0.2)
.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)
$: 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))
.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)