6 ms·
Interesting, I didn't come across Tone.js until now. It looks like it handles a few more things than Howler. Most useful for the drum machine would be schedulin
by patchorang 4y ago
Interesting, I didn't come across Tone.js until now. It looks like it handles a few more things than Howler. Most useful for the drum machine would be scheduling. I'm just using setInterval, which isn't guaranteed to be accurate, but seems good enough for my use case.
I want to build some other browser based audio/synth tools. I'll have dig into Tone.js more for one of those, thanks. I'm re-learning to code with these projects, but the goal is to build a multiplayer web-based modular synth.
- modfreq 4y agoYooo... MY PEOPLE!!! I am working on building a web based modular synth I can sequence with/use to sequence my real life modular synth. I want to be able to live stream my real life synth patches and allow people to mess with some CV paramaters in the browser. Where can I follow your work?