updating the showNoteNames policy down to PianoKey
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user