From 5f667474624a2b7c9a1266fa5ace30940402f9b6 Mon Sep 17 00:00:00 2001 From: kdx Date: Sat, 27 May 2023 16:22:33 +0200 Subject: yo --- yo.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 yo.js 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("[~ ~ ~]").color("orange"), + n("[[32,34] [40,42]]").color("purple") +).fast(6.9/1.2).pianoroll() -- cgit v1.2.3