Closed NeroBlackstone closed 3 years ago
You can make the visualizer scroll by setting overflow-x: auto
or overflow-x: scroll
on the .piano-roll-visualizer
element, i.e.:
.piano-roll-visualizer {
overflow-x: auto;
}
Like here: https://cifkao.github.io/html-midi-player/
I just realized that the staff visualizer does scroll automatically, but the piano roll visualizer doesn't. So you are probably right that I should make the piano roll one scroll to make it consistent.
@NeroBlackstone I just released version 1.3.0-1 (pre-release), you can try if it works for you.
Do you mind add a horizontal scroll for piano-roll visualizer? Thanks!