notebook/strudel/20260110.md

514 B

setcps(160/60/4)

$_:sound("num*4").n("2 0 2 6").slow(4).gain(.2)
  .someCyclesBy(.2,x=>x.mask(0)).delay(.5).room(1).jux(rev)

$:sound("gm_taiko_drum*8").gain(1.5)
  .n(irand(4).range("<1 4 6 1>","<4 7 9 4>"))
  .sometimes(x=>x.ply(2))

$_:sound("hh*16").gain(0.5).pan(sine.range(0,1).slow(4))

$_:note("c2*8").sound("supersaw")
  .lpf(sine.range(400,1800).slow(8)).lpq(5).pan(.3)

$_:note("c3*6").sound("sine").pan(.7)
  .fm(perlin.range(3,5).slow(6)).fmh(1.5).gain(.6)


all(x=>x.postgain(1.0))