lucianoiam
lucianoiam
Thanks for all the hard work on VST3, this is awesome!!. Already integrated it in my project and it is working good so far. Added VST3 to all project's examples...
Not sure why I wrote "preprocessor" but certainly this is easier to address at a framework level
Done. That would be very helpful; agree on skipping the fallback and keeping the function more generic. Continuing on #332
That is a good idea, thanks. I need to read how VST3 works as well lol.
Sadly it still seems broken, just tested c2f66ac on Reaper/Mac: 1. Open d_parameters.vst3 UI 2. Click top-left (make it orange) 3. Switch to Reaper generic UI 4. Top-left is zero
Just repeated this on Reaper+Linux and it now works great; maybe it is time to close the ticket. > > 1. Open d_parameters.vst3 UI > > 2. Click top-left (make...
I've done this but for a C++ plugins framework [here](https://github.com/lucianoiam/hiphop). I don't know Rust but it should be possible to extract the webview classes and write a wrapper. The classes...
I agree that is the right approach, but this part got me confused https://github.com/DISTRHO/OneKnob-Series/blob/79510334cedccbb3010f6b892164e008060f5e49/plugins/common/OneKnobUI.hpp#L311 Isn't the UI controlling the shared memory lifetime in this case?
I stumbled upon this scenario independently, I could not find a way to make the Plugin own the shared memory because that would require notifying the UI about the filename....
Cool, will give `updateStateValue` a try and report on the DPF project if needed. I could guess it was something related to the Very Sophisticated Technology Thanks