Hey @leolabs , I’ve been experimenting with the Visual Metronome feature. On several songs, the band needs it automated off on the ending of certain songs.
I’ve wrote some plugin code that can automatically enable/disable the Visual Metronome setting. This is done by modifying the value in localStorage.
But for the change to be reflected, I have to force a page refresh (not pretty). Is there an JS api that I can use to let Ableset know that localStorage has been modified?