Last active
December 13, 2015 20:08
-
-
Save darth10/4967644 to your computer and use it in GitHub Desktop.
chordy gists
This file contains hidden or 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
play [-1, -1, 0, 0, 2] | |
## | |
# e [----] | |
# b [----] | |
# G [--0-] | |
# D [--0-] | |
# A [--2-] | |
# E [----] | |
play [4] | |
## | |
# e [--4-] | |
# b [----] | |
# G [----] | |
# D [----] | |
# A [----] | |
# E [----] |
This file contains hidden or 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
# C family | |
play C | |
play :C | |
play :c | |
play "C" | |
play "c" | |
## | |
# e [--0-] | |
# b [--1-] | |
# G [--0-] | |
# D [--2-] | |
# A [--3-] | |
# E [--3-] | |
# F# family | |
play FSharp | |
play :F! | |
play :f! | |
play "F!" | |
play "f!" | |
## | |
# e [--2-] | |
# b [--2-] | |
# G [--3-] | |
# D [--4-] | |
# A [--4-] | |
# E [--2-] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment