create/update '20250720.md' file

This commit is contained in:
littleisland 2025-07-21 12:45:42 +09:00
parent 24810adb96
commit a8b46a6f5c

View File

@ -19,4 +19,30 @@ $_:note("c1@<3 2> c3@<2 3> c2@[2|3]").clip(4).s("[saw|tri|sqr|sin]").fast(7)
.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)
```javascript
setcps(60/60/2)
const prb = slider(0.9,0.4,0.9,0.1)
$:sound("hh:4*8".degrade()).delay(1/8).delayfeedback(0.1).pan("0.1|0.9").gain(0.6)
$:note("[c2,[e2|-]] <d2 c2> [[g3 e3 c3]|[c2 e2 g2]] [e3|f2] [d2|g2|e3]"
.off(1/32,x=>x.add(0.1,0.2)))
.clip(rand.range(4,5)).slow(7)
.sound("tri|sin|sqr|saw".slow(15))
.sometimesBy(0.1,x=>x.transpose("1|-1"))
.rarely(x=>x.rev())
.fm(sine.range(1,2.3).slow(2))
.fmh(perlin.range(2,3.1))
.penv(2)
.vib(2)
.lpf(sine.range(600,1200).fast(3))
.lpq(perlin.range(0,25).slow(2))
.lpa(2)
.lpenv(1)
.phaser(tri.range(0.5,1).slow(8))
.room(0.8).postgain(sine.range(0.2,0.4).slow(4))
.degradeBy(prb)
.scope({scale:2,pos:0.3}).orbit(2)
$:note("c2").sound("gm_tinkle_bell").gain(0.6).degradeBy(0.95).room(1.3)
$:sound("- bd").gain(0.5).decay(0.2)
```
```