cifkao / html-midi-player

🎹 Play and display MIDI files on the web
https://cifkao.github.io/html-midi-player/
BSD 2-Clause "Simplified" License
663 stars 60 forks source link

Get current position / Event listener for note on / off events #52

Closed Cal63 closed 2 years ago

Cal63 commented 2 years ago

As the title says, is this possible. I want to trigger css changes with note on events.

I'm fairly new to JS, so sorry if the answer is obvious.

Thanks