Live data from Hacker News

JSPatcher, a web-based visual editor to build JavaScript and WebAudio apps

webaudioconf2021.com

1–10 of 14 posts

Re: JSPatcher, a web-based visual editor to build JavaScript and WebAudio apps

#4
post #3

very nice, about time we make music on the web! Hope one day we can get a powerful app like Ableton Live but on web and open source.

JSPatcher is similar to Max/MSP. Even the UI design is a blatant ripoff.

There are already full blown online DAWs like BandLab, Soundation, Amped Studio etc.

Re: JSPatcher, a web-based visual editor to build JavaScript and WebAudio apps

#7
post #3

very nice, about time we make music on the web! Hope one day we can get a powerful app like Ableton Live but on web and open source.

JSPatcher is similar to Max/MSP. Even the UI design is a blatant ripoff. There are already full blown online DAWs like BandLab, Soundation, Amped Studio etc.

> the UI design is a blatant ripoff

It follows the design patterns of many node-based programming environments, so to call it a ripoff of Max/MSP is unfairly harsh. The theme in the second half of the video looks a lot closer to VVVV than Max.

Re: JSPatcher, a web-based visual editor to build JavaScript and WebAudio apps

#10
I'm not well-versed enough into "modern" web stack to troubleshoot, but there is something wrong with the scrolling on their website. Doesn't inspire much confidence into web audio. I'm not entirely sure why browser would be a good fit for an audio synth plateform, to say the least.

Faust is nice tho, a combinator language with stream processor semantics. There are lots of things to improve (quality of life things for organizing code, more typing, better semantics for the surface language which currently is ugly macro expansion where it could've been a simple lisp or even better a mini-ML), but it's also currently one of the best thing in town for functional synthesis.

Post reply on HN