oh hey, it is Cardinal in the browser!
https://falktx.com/data/wasm/CardinalSynth.html
Still very fragile, very early steps.
But the whole thing is there, and amazing that it renders just like the desktop version. 😱
This is VERY promising!
No one asked for this, but have you thought of running Carla and plugins on the browser?
I have been studying and testing web assembly recently, using emscripten to compile regular C++ code.
There are quite some restrictions and quirkiness (everything runs on the main thread, even audio), but with some effort it is possible to make it work.
First real test, Ildaeil-Synth.
https://falktx.com/data/wasm/Ildaeil-Synth.html
1. select "Audio File" from the list
2. click "Load plugin"
3. enjoy some music
@odo in a perfect world yes, but plugins that embed their UI on a host window will always be tricky for this.
the plugin can be a bad actor and steal all keyboard input from the host, or it can rely on host to feed it events through specialized APIs like those in VST2 and VST3, or it can use regular windows/view events from the OS (which depends on host setting that up properly).
there are many ways to go about it, and every OS works differently. try to do drag&drop, things are even worse
@odo but it is the same problem, all resorts to keyboard focus fights.
I have the same opposite experience. Dealing with this on X11 seems pretty easy, just a single X11 call away, while on macOS and Windows it is more complicated.
It all depends on the implementation of the host and the plugins.
Some hosts will send raw keyboard events to plugins, some will send vst2/vst3 specific events, some will send none. And a few hosts change behaviour when a "give focus" button is pressed. 🤷
@odo it is the eternal fight for keyboard focus. hosts do not want plugins to take away from its shortcuts, and plugins want to grab all keys regardless of host.
there are no real solutions, only workarounds.
Cardinal 22.06 release is here!
https://kx.studio/News/?action=view&url=cardinal-2206-released
Has a few new modules and quite some bugfixes.
Enjoy!
DISTRHO Cardinal 22.06 release preparations #2 https://peertube.kx.studio/videos/watch/2b1ed2ec-ec31-45cf-8ddd-aef23db00b83
Hmm peertube no longer announces streams, but starting one for Cardinal 22.06 release preparations.
https://peertube.kx.studio/w/1TgCc6ur8NvKjiHHF3C9gv
Still testing the waters, dont expect quality content 😊
Preparing things for yet another Cardinal release.
It is kinda being 1 per month, so why stop now.
Updated module docs, you can see the new ones in https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md
No release today, will try tomorrow.
If you spot any unreported issues on the nightly builds, please speak now!
@gustavom @onepict @dachary@mastodon.online @sigsegv @unfa then great because https://git.kx.studio/ is already a thing, using gitea 🍵
Wrote the second dev log of the HexoSynth project with a lot of progress from the last 10 days - in case you are too busy to read: with pictures and little video clips. Check it out at: https://m8geil.de/posts/hexosynth-2/
#linuxaudio #sounddesign #linux #opensource #rust #modularsynth #musicproduction #GPL #FOSS
@gcrkrause @unfa It is more than that, with microsoft backing github can offer CI that is unmatched by everyone else.
It is the main reason I still am on github, that amout of hours my projects spent on automated builds would not be feasible on any other platform, plus they have native windows and macOS builders too.
Having a 8x 1h+ builds everytime I do a commit is not something most platforms will be happy to have available for free.
So as I see it, at least we get something out of it too
@unfa moving away from github is kinda pointless if anyone can just rehost your code on github.
even big projects like ffmpeg and the linux kernel are there as mirrors.
I can respect those not wanting to be on github, but doing it only for this reason is silly.