-
I see that Awesome element, going to be digging in more today. We make editors for educators and I work in an arts college and they've asked for something like this for some time |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You could just hide the waterfall like .waterfall-notes-container {
display: none;
} Otherwise it's more of a @magenta/music issue. If they implement a visualizer which is just a piano keyboard, it will be easy to add it here. |
Beta Was this translation helpful? Give feedback.
-
oh awesome thank you I'll add a setting to my element to support that idea |
Beta Was this translation helpful? Give feedback.
You could just hide the waterfall like
Otherwise it's more of a @magenta/music issue. If they implement a visualizer which is just a piano keyboard, it will be easy to add it here.