Live data from Hacker News

Show HN: The first websynth that's 100% mappable to a MIDI controller

github.com

21–30 of 47 posts

Re: Show HN: The first websynth that's 100% mappable to a MIDI controller

#21
post #20

Earlier quoted context omitted.

In Firefox the envelope release is broken, and overall performance seems worse compared to Chrome, for reasons I haven't really bothered to investigate deeply. It mostly works in Safari, but Safari does something different with garbage collection of audio nodes, so the note-stealing behavior doesn't work right. Basically, use Chrome for now if you want it to play nice. WebMIDI is only supported in Chrome anyhow. Also…

Yeah we're fixing this as we speak (I work on Web Audio API at Mozilla), it should work fine in Nightly in a couple weeks, worst case.

Ha, thank you Paul! Glad to know it's probably not my fault ;)

Re: Show HN: The first websynth that's 100% mappable to a MIDI controller

#28

not the first but good job mate

If you have links to other websynths with similar "MIDI learn" functionality, I'd love to see them!

note to self: don't comment on HN until you've had your coffee. my comment was cranky and jealous. :)

i built learn functionality into my MIDI library for browser based UIs in 2012: https://github.com/kn0ll/midi.io unfortunately my synths that use them are long gone. i developed this as the WebMIDI spec was being published and long before it was available in the browser (which is why i'm using web sockets for UDP communication).

anyway, i really did mean "good job mate", your app is awesome.

Post reply on HN