Skip to content

Instantly share code, notes, and snippets.

View Silverwolf90's full-sized avatar

Cyril Silverman Silverwolf90

  • London, UK
View GitHub Profile
MAX_STRINGS = 6
MAX_FRETS = 12
def note_filter(key):
if key in ['C','G','D','A','E','B','F#','C#']:
return ['C','C#','D','D#','E','F','F#','G','G#','A','A#','B',]