create/update '20250720.md' file

This commit is contained in:
littleisland 2025-07-20 16:09:07 +09:00
parent bb244f46a9
commit 24810adb96

22
strudel/20250720.md Normal file
View File

@ -0,0 +1,22 @@
```javascript
setcps(60/60/2)
$:sound("hh:4*8".degrade()).delay(1/8).delayfeedback(0.1).pan("0.1|0.9").gain(0.7)
$:note("[c2,[e2|-]] [d3|c3] [e3|f2] <d2 c2> [g2|e3]"
.off(1/32,x=>x.add(0,[0.1|-0.1],[0.2|-0.2])))
.clip(3).slow(17)
.s("sin").fm(2).fmh(2)
.attack(2)
.penv(8)
.vib(0.1)
.lpf(perlin.range(900,1200).fast(3))
.lpq(sine.range(0,20).slow(2))
.lpa(2)
.lpenv(2)
.gain(0.1).phaser(8).room(0.2).scope({scale:2,pos:0.5}).orbit(2)
$_:note("c1@<3 2> c3@<2 3> c2@[2|3]").clip(4).s("[saw|tri|sqr|sin]").fast(7)
.lpf(perlin.range(800,1000).fast(3))
.lpq(perlin.range(0,25).fast(2)).gain(0.2)
$_:s("white".slow("[0.5|2|3|5]")).decay(3.3).gain(0.3)
$:sound("- bd").gain(0.5)
```