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
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.