strudel/20260110.md を更新

This commit is contained in:
littleisland 2026-01-10 12:49:54 +00:00
parent 59825d99b3
commit 71ab4ebb54

View File

@ -1,3 +1,4 @@
```javascript
setcps(160/60/4) setcps(160/60/4)
$_:sound("num*4").n("2 0 2 6").slow(4).gain(.2) $_:sound("num*4").n("2 0 2 6").slow(4).gain(.2)
@ -16,4 +17,5 @@ $_:note("c3*6").sound("sine").pan(.7)
.fm(perlin.range(3,5).slow(6)).fmh(1.5).gain(.6) .fm(perlin.range(3,5).slow(6)).fmh(1.5).gain(.6)
all(x=>x.postgain(1.0)) all(x=>x.postgain(1.0))
```