updating the showNoteNames policy down to PianoKey

This commit is contained in:
Clément Le Bihan
2023-03-20 00:28:03 +01:00
parent aa72f34a6c
commit c3d2e0a4e5
3 changed files with 7 additions and 5 deletions
@@ -84,10 +84,10 @@ VirtualPiano.defaultProps = {
startNote: Note.C,
endOctave: 2,
endNote: Note.B,
showNoteNames: "onhover",
showNoteNames: NoteNameBehavior.onpress,
highlightedNotes: [],
highlightColor: "red",
specialHighlightedNotes: [],
specialHighlightedNotes: [Note.D, Note.G],
specialHighlightColor: "blue",
showOctaveNumbers: true,
keyPressStyle: "subtle",