react-piano icon indicating copy to clipboard operation
react-piano copied to clipboard

When using two piano keyboards in two lines, on renderNoteLabel only labels on bottom keyboard will be turned of on

Open JanVeb opened this issue 3 years ago • 0 comments

  <PianoController firstNote="f4" secondNote="f7" soundFont={soundFont} />
  <PianoController firstNote="e1" secondNote="e4" soundFont={soundFont} />

Hi there, Im using your keyboard on mobile screen, so I split it in two keyboards due to screen size.

When I'm turning note labels on or off, only note labels on bottom keyboard will be turned off or on, only after app is restarted, will both keyboards labels be turned of or on, how could I change that so that I can turn labels on both keyboards?

JanVeb avatar May 06 '22 14:05 JanVeb