6 ms·
Woah, I made almost the same thing the other week https://beatmaker.adammenz.com/ https://beatmaker.adammenz.com/ https://github.com/patchorang/drummachine http
by patchorang 4y ago
Woah, I made almost the same thing the other week
https://beatmaker.adammenz.com/ https://beatmaker.adammenz.com/
https://github.com/patchorang/drummachine https://github.com/patchorang/drummachine
- berkcebi 4y agoHuh! I love how you can switch between instruments on each track, that's a great idea. Have you tried Tone.js vs Howler? Any thoughts?
- patchorang 4y agoInteresting, 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?