strudel/20260122.md を追加

This commit is contained in:
2026-01-22 08:05:55 +00:00
parent 423c52daa9
commit 56031c345a

13
strudel/20260122.md Normal file
View File

@@ -0,0 +1,13 @@
```javascript
setcps(135/60/4)
$:sound("sbd - sbd -").seg(8)
$:sound("hh").seg(16)
$_:note("c1".add(.05,.1,.15)).sound("supersaw").seg(16).fm(4).fmh(3)
$:note("[c2 c2 ds2 c2]*2").s("wt_hwwave").seg(16).n(run(16).range(81,96))
.fm(4).fmh(1.1)
.lpf(perlin.range(300,2400).slow(4))
.lpq(perlin.range(0,16).slow(17)).ftype(2).gain(.3)
$_:note("[c2 c2 c2 c2]*2").s("wt_sawtosqr").seg(16).n(run(8).range(14,5).fast(2))
.fm(2).fmh(4.5).gain(.3)
```