From cf12ecfa348b62eec559e98bf6971c113078121a Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 4 Jan 2023 23:36:40 +0000 Subject: [PATCH] 04 --- my-patterns/04.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 my-patterns/04.txt diff --git a/my-patterns/04.txt b/my-patterns/04.txt new file mode 100644 index 00000000..af4f40d7 --- /dev/null +++ b/my-patterns/04.txt @@ -0,0 +1,13 @@ +samples({ + atlast: ['extra-samples/atlast/0_piano.wav', 'extra-samples/atlast/1_vocal.wav', 'extra-samples/atlast/2_hardly.wav'], +}, 'github:yaxu/spicule/master/'); + +s("atlast:2") + .chop(32) + .inside(4,iter("8")) + .room(0.3) + .size(0.6) + .jux(rev) + .when("[1 0 0 0]".iter(4).fast(4), x => x.slow(2).speed(0.5).crush(4)) + .slow(4.2) +