diff options
Diffstat (limited to 'app/notes.js')
| -rw-r--r-- | app/notes.js | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/app/notes.js b/app/notes.js deleted file mode 100644 index bd124a5..0000000 --- a/app/notes.js +++ /dev/null @@ -1,57 +0,0 @@ -export const labels = { - english: 'C C# D D# E F F# G G# A A# B'.split(' '), - german: 'C C# D D# E F F# G G# A A# H'.split(' '), - sol: 'do do# re re# mi fa fa# sol sol# la la# si'.split(' '), -}; - -export const key2midi = { - 'KeyZ': 49, - 'KeyX': 51, - 'KeyC': 53, - 'KeyV': 55, - 'KeyB': 57, - 'KeyN': 59, - 'KeyM': 61, - 'Comma': 63, - 'Period': 65, - 'Slash': 67, - - 'KeyA': 54, - 'KeyS': 56, - 'KeyD': 58, - 'KeyF': 60, - 'KeyG': 62, - 'KeyH': 64, - 'KeyJ': 66, - 'KeyK': 68, - 'KeyL': 70, - 'Semicolon': 72, - 'Quote': 74, - 'Backslash': 76, - - 'KeyQ': 59, - 'KeyW': 61, - 'KeyE': 63, - 'KeyR': 65, - 'KeyT': 67, - 'KeyY': 69, - 'KeyU': 71, - 'KeyI': 73, - 'KeyO': 75, - 'KeyP': 77, - 'BracketLeft': 79, - 'BracketRight': 81, - - 'Digit1': 64, - 'Digit2': 66, - 'Digit3': 68, - 'Digit4': 70, - 'Digit5': 72, - 'Digit6': 74, - 'Digit7': 76, - 'Digit8': 78, - 'Digit9': 80, - 'Digit0': 82, - 'Minus': 84, - 'Equal': 86, -}; |
