Mayank Sanganeria
Mayank Sanganeria
Ideas for the loading indicator: a "shimmer" on the whole player/timeline slider, or a progress bar on the timeline slider
Thanks for the links! I attempted to create a similar function and found that magenta.js doesn't return the control changes data at all. I opened a PR in magenta.js, adding...
Makes sense. I'll plan to fix it in the [BasePlayer](https://github.com/magenta/magenta-js/blob/a97624c7f30b928dd4dd7f15b5545047de6bdbb9/music/src/core/player.ts#L67) class then. I'm new to JS so one challenge for me is that I'm not really sure how to run...
Thanks! I opened a [PR](https://github.com/magenta/magenta-js/pull/538) adding a method to the magenta-js project. I still need to figure out where to call that method from. Might you have an opinion on...
@adamjuls did you end up making this work?