summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-05-27 16:22:33 +0200
committerkdx <kikoodx@paranoici.org>2023-05-27 16:22:33 +0200
commit5f667474624a2b7c9a1266fa5ace30940402f9b6 (patch)
treef28beeebb0c51eacee3c5f4821c04962e72da7ab
parentacbdf05365f89a27b52c105e4b880cc3dbb221d3 (diff)
downloadstrudel-5f667474624a2b7c9a1266fa5ace30940402f9b6.tar.gz
-rw-r--r--yo.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/yo.js b/yo.js
new file mode 100644
index 0000000..2bc7ce9
--- /dev/null
+++ b/yo.js
@@ -0,0 +1,7 @@
+stack(
+ n("[60 50 55 67]/2").color("yellow"),
+ n("[42 ~]*2").color("blue"),
+ n("[~ ~ 58 ~]").color("red"),
+ s("[~ ~ <hh [bd,tb]> ~]").color("orange"),
+ n("[[32,34] [40,42]]").color("purple")
+).fast(6.9/1.2).pianoroll()