Play with the libre modular synthesizer Cardinal (based on VCV Rack, packing a metric ton of open-source modules) right in your browser!
@falktx who is the Cardinal's developer has made this online version.
Usually you'd want to use Cardinal either as a plug-in in your favourite DAW (like Ardour) or standalone, but with the web version you can have it running in seconds anywhere!
Project's page on Github:
https://github.com/DISTRHO/Cardinal
@falktx Now I wonder - do you think it'd be possible to have "multiplayer" in Cardinal?
@unfa define what multiplayer is on this context, cause I dont know..
@falktx Being able to connect over the internet to another person's Cardinal instance and have the state be mirrored over the network, showing other person's cursor and view rectangle so multiple persons can edit a patch together.
The WASM version seems like a perfect vehicle for that.
@unfa sadly such design is totally unlike what Rack does internally.
I have similar goals that I want for it, because I want this wasm UI to be able to control a remote instance. But as it stands it is just not possible. Either some very smart tricks need to be found, or major engine rework to be done, before this is even possible.
@falktx Wow, that's awesome!