You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to listen for octave changes? I see that the keyboard.down listener only fires on notes – not octave change. I have a dynamic keyboard that needs to know when the octave is changing to render the correct active piano keys. For know is use the keyboard.get('octave') for every keyboard.down event, but it doesn't feel like the best solution.
The text was updated successfully, but these errors were encountered:
Is there a way to listen for octave changes? I see that the keyboard.down listener only fires on notes – not octave change. I have a dynamic keyboard that needs to know when the octave is changing to render the correct active piano keys. For know is use the keyboard.get('octave') for every keyboard.down event, but it doesn't feel like the best solution.
The text was updated successfully, but these errors were encountered: