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
@unfa you can pass it a patch file in the url if you want to show case some cool stuff to people.
so for example https://cardinal.kx.studio/?patchurl=https://patchstorage.com/wp-content/uploads/2022/07/JTB-wasm_house_toshare.vcv loads a nice "little" techno patch
(warning: needs quite the beefy cpu)
@unfa forgot to say, press "run" on the top-left module after loading
@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 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.