create/update '20250805.md' file

This commit is contained in:
littleisland 2025-08-05 21:26:11 +09:00
parent ae06aba2d7
commit 0435a093e5

15
strudel/20250805.md Normal file
View File

@ -0,0 +1,15 @@
```javascript
setcps(136/60/4)
$_:sound("bd*4")
$_:sound("hh*8").n(3).hpf(2000)
$_:sound("loop:3").loopAt(8)
$_:sound("loop:3").slice(16,"3 <3 [4|10] 3>")
// .sometimesBy(0.3,x=>x.stut(3,1/8,1/8))
.delay(1/4)
.speed(perlin.range(0.6,1))
.lpf(sine.range(300,2400).slow(16)).room(1/4)
$_:sound("loop:3").slice(16,"<0 14> 1 [5|8] <7 13>".fast(2)).hpf(1200).hpq("<0 10>")
.lpf(saw.range(200,3000).slow(8))
$_:note("C3 C3 C4 C3".fast(4)).sound("sin")
```