Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created December 22, 2013 00:15
Show Gist options
  • Save domgetter/8076939 to your computer and use it in GitHub Desktop.
Save domgetter/8076939 to your computer and use it in GitHub Desktop.
"C#" :[ 1, 3, 5, 6, 8, 10, 12 ],
"F#" :[ 1, 3, 5, 6, 8, 10, 11 ],
"B" : [ 1, 3, 4, 6, 8, 10, 11 ],
"E" : [ 1, 3, 4, 6, 8, 9, 11 ],
"A" : [ 1, 2, 4, 6, 8, 9, 11 ],
"D" : [ 1, 2, 4, 6, 7, 9, 11 ],
"G" : [ 0, 2, 4, 6, 7, 9, 11 ],
"C" : [ 0, 2, 4, 5, 7, 9, 11 ],
"F" : [ 0, 2, 4, 5, 7, 9, 10 ],
"BB" : [ 0, 2, 4, 5, 7, 9, 10 ],
"EB" : [ 0, 2, 3, 5, 7, 8, 10 ],
"AB" : [ 0, 1, 3, 5, 7, 8, 10 ],
"DB" : [ 0, 1, 3, 5, 6, 8, 10 ],
"GB" : [ -1, 1, 3, 5, 6, 8, 10 ],
"CB" : [ -1, 1, 3, 4, 6, 8, 10 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment