From 9f46da48fe4fb69357aa04c976e17bb2cda1dc98 Mon Sep 17 00:00:00 2001 From: littleisland <> Date: Wed, 9 Jul 2025 16:39:10 +0900 Subject: [PATCH] save file '20250705.md' --- strudel/20250705.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 strudel/20250705.md diff --git a/strudel/20250705.md b/strudel/20250705.md new file mode 100644 index 0000000..e91256f --- /dev/null +++ b/strudel/20250705.md @@ -0,0 +1,13 @@ +```javascript +setcps(136/60/2) //cycles per minute + +//Probability +$:sound("bd").struct("1 0") +$_:sound(choose("sd","cp")).struct("0 1 0 1")._punchcard() +$_:sound(chooseCycles("sd","cp")).struct("0 1 0 1")._punchcard() +$_:sound("sd | cp").struct("0 1 0 1")._punchcard() +$_:sound(wchoose(["hh",10],["oh",1])).struct("1 1 1 1") +$_:sound(wchooseCycles(["hh",10],["oh",1])).struct("1 1 1 1") +$_:sound("mt").struct("1 1 1 1").degradeBy(0.6)._punchcard() +$_:sound("- - - lt").sometimes(x=>x.echo(4,1/8,.5))._punchcard() +``` \ No newline at end of file