diff options
author | dubdub | 2022-10-22 22:03:35 -0400 |
---|---|---|
committer | dubdub | 2022-10-22 22:03:35 -0400 |
commit | 135c9972762d02a9754ad56ab93d2202a3238e21 (patch) | |
tree | f24813212df2ef119b7f18ae1335585f1abc0ffd | |
parent | d9679f3dd0932bccfab7d618211500b7f99eee98 (diff) |
-rw-r--r-- | src/App.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ import 'react-piano/dist/styles.css'; function App() { - const firstNote = MidiNumbers.fromNote('a2'); - const lastNote = MidiNumbers.fromNote('f5'); + const firstNote = MidiNumbers.fromNote('a2'); + const lastNote = MidiNumbers.fromNote('f5') const keyboardShortcuts = KeyboardShortcuts.create({ firstNote: firstNote, lastNote: lastNote, |