Hello everyone!
I’ve been making an offline livecoding visual synth based on hydra. It’s composed of a webserver you can run locally, a mixer interface with previews, sliders, bpm tap, built-in reference and error reporting, and separate window that can be opened to be put on a projector.
Code-wise many things look similar to hydra, except it is made to make modulating any parameter simple and it works on a per-file basis instead of evaluating blocks of expressions, some functions were also renamed and tweaked.
I wrote about it in more detail in my repo:
You can also see it working in the live demo (although you can’t add new media files to that yet and only one script is saved in your browser cache)
https://unlessgames.gitlab.io/mumux/mixer.html
It hasn’t seen too much testing apart from friends so I’d love to get some feedback on it!