Hacker News new | ask | show | jobs
by patchorang 1214 days ago
Woah, I made almost the same thing the other week https://beatmaker.adammenz.com/ https://github.com/patchorang/drummachine
1 comments

Huh! 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?

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.

Yooo... 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?