save file '20250707.md'

This commit is contained in:
littleisland 2025-07-09 16:39:43 +09:00
parent 4bf47ac9ad
commit ac158d1518

13
strudel/20250707.md Normal file
View File

@ -0,0 +1,13 @@
```javascript
setcps(120/60/2)
$:xfade(
sound(wchooseCycles(["bd",3], ["hh?",7], ["sd",1],["cr?",1]))
.bank("tr808").fast(8),
"<0 0.5 1>".slow("<8 2 8>".slow(8)),
// "<1 0.75 0.5 0.25 0 0.25 0.5 0.75 1>".slow(1),
sound(wchooseCycles(["bd",3], ["hh",5], ["sd",1],["lt?",3]))
.bank("tr606").fast(8),
)
```