cordial
cordial
They work for me in Brave browser, what framework are you using and what is your code?
how are u running it? i needed to use useEffect and useState to make it start on page load, are u running it from clicking a button?
so what is the solution if you're using typescript?
Does anyone have an example solution to this?
I tried your minimum example and couldn't fix the issue fiddling with it. I do however have a next.js project running and working using the same approach as you tried...
Sorry, to provide some context - what I am trying to achieve is the following - i) a metronome that you can dynamically adjust the bpm for (it currently plays...
Thanks for your quick reply. When you say nothing is available, do you mean i'll have to adjust the timings myself? Does that mean if the bpm is 60 that...
> Changing tempo and even time signature might not be straight forward but it is possible. > > Here's an example that I did some time ago, and finally put...
Thanks both. I think I'll try @tambien workaround, that makes sense. codepen - its all mired up in react/next.js and firestore calls so its not easy to reproduce. If the...