create/update '20250713.md' file

This commit is contained in:
littleisland 2025-07-13 13:24:27 +09:00
parent 9831a91b26
commit d3036a833b

9
strudel/20250713.md Normal file
View File

@ -0,0 +1,9 @@
```javascript
$_: n("<- <[0 .. 31] [31 .. 0]> - ->")
.scale("<c1 f1>/2:minor:pentatonic")
.dec(.15).room(.2).delay(.5)
.someCycles(x=>x.coarse("4"))
.postgain(.4).s("sine").fm(3)
.lpf(sine.range(500,3000).slow(8))
.add(note(perlin.range(0,.5))).fmh(5.1)._scope()
```