notebook/strudel/20250819.md
2025-08-19 20:57:41 +09:00

579 B

setcps(136/60/4)

$:sound("sbd*4")
$:sound("hh*8").n(2).gain(saw.range(0.8,1.1).slow(2.1)).swingBy(1/6,8)
$:note("[c2 c2] c2 <[c2 c2] cs2> [c2 c2]").n(5).sound("saw").decay(1)
  .lpf(sine.range(100,200).fast(8)).lpq(15).lpenv(2)

$:sound("loop:3")
 // .scrub("11 2*4 4 3 6*4 [-|2|10] 7 7".div("<14 16 18 22 32>"))
  .scrub("2 8 7 4".div(16).fast(4))
  .speed(perlin.range(0.4,0.8).slow(5)).clip(1)
  .sometimesBy(0.2,x=>x.hpf(1200)).hpq(10)
  //.loopAt(4)
  .room(0.5).gain(perlin.range(0.9,1.1))

$:note("c5 c5 [c6 c5] c5 cs5 cs5 d5 cs5".slow(2)).sound("sine")