Delete example.tidal

This commit is contained in:
Omar Mashaal 2023-01-11 23:10:03 +11:00 committed by GitHub
parent 912c8ca323
commit 95c9df6266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -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