From 95c9df62667554758ce87e4ce1cd6ee77ae78d2b Mon Sep 17 00:00:00 2001 From: Omar Mashaal Date: Wed, 11 Jan 2023 23:10:03 +1100 Subject: [PATCH] Delete example.tidal --- example.tidal | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 example.tidal diff --git a/example.tidal b/example.tidal deleted file mode 100644 index 355a9d3..0000000 --- a/example.tidal +++ /dev/null @@ -1,17 +0,0 @@ --- change notes per octave on each cycle -d1 $ pitch "0 10 8 1" # scale "<12 31 8>" # x 0 - --- patternise gate inputs -d2 $ gate "0 1 0 0 1 1 1" # x 1 - --- create stepped automation -d3 $ volt "1 0.2 0.5 -0.2" # x 2 - --- create adsr -d4 $ trig "1 ~ 1 1" # adsr 0.001 0.2 0.25 1 # x 3 - --- patternise adsr -d5 $ trig "1 ~ 1 1" # adsr (range 0.1 1 sine) "<0 0.4>" 1 1 # x 4 - --- clock cv output -d6 $ clock # x 5 \ No newline at end of file