From 069d63e3cf0d77370f7f0b27426104de9d2b0251 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 2 Jan 2023 23:33:48 +0000 Subject: [PATCH] 02 --- my-patterns/02.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 my-patterns/02.txt diff --git a/my-patterns/02.txt b/my-patterns/02.txt new file mode 100644 index 00000000..a71f1d12 --- /dev/null +++ b/my-patterns/02.txt @@ -0,0 +1,8 @@ +s("bd hh sd oh".fast(2)) + .squeeze(n("<[0 1] 2 [0 4]>")) + .bank("RolandTR909") + .reset("1".euclidLegato("<3 2 3 5>","8")) + .sometimesBy("0.2", x => x.crush("3")) + .speed("[<1.02 1>,1.02]") + .when("0 0 [0|1] 0",x => x.fast(1.5).add(speed("-2"))) + .slow(1.7)