Created
August 4, 2021 07:27
-
-
Save mbutz/36334720efb4e26061b74444cfa3d51a to your computer and use it in GitHub Desktop.
#40 of my 100-Patterns-with-TidalCycles exercise.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Pattern #40 from 100 | |
-- 040-2021-08-04.tidal | |
d1 | |
$ slow 2 | |
$ off 0.125 (|- note 3) | |
$ note (scale "minor" "0 2 4 6") # s "tabla:1" # end "0.35" | |
d2 | |
$ slow 4 | |
$ off 0.25 (|+ 5) | |
$ note (scale "minor" "0 7 -1 3 5") | |
# s "tabla" | |
# n (irand 16) | |
# legato "2 <2 3 8> 4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment