react-piano
react-piano copied to clipboard
Question: Can I use this component for visual highlighting of what notes are being played
I have a song and a set of pitches and duration. My audio is already taken care of. But I need a visual representation of what keys are being played on the keyboard. Can I use this component for the visualization purpose. I am imagining I will have timer events that will invoke the component with a new prop of the note being played and duration and it will render the highlighted key (without playing the audio).
Will that be possible?
Apologies for creating an issue for this. I didn't see a discussion tab.
Thank you so much.