Filipe Coelho
Filipe Coelho
It is incomplete from DPF
We have quite a few tickets open regarding issues with keyboard input. I had fixed some before, but new ones popup because people try with other hosts and those fail...
Issue got solved for VST2, but still happens for VST3.
At least 2 assertion failures can be seen: 1. Loading a previously saved Cardinal plugin state (e.g. in Carla) 2. Adding Bogaudio pressor to the rack Assertions so far are...
Triggered by valgrind while in module browser: ``` ==27599== Conditional jump or move depends on uninitialised value(s) ==27599== at 0xA61E671: TFormEditorButton::setFilled(bool) (TFormEditorButton.cpp:159) ==27599== by 0xA61DADB: TFormEditorButton::TFormEditorButton() (TFormEditorButton.cpp:45) ==27599== by 0xA60B218:...
Where it saves now is undefined
When using `-DBUILD_GUI="Off"` as cmake option the UI is still present on the ttl files but no `aether_ui.so` is there to be used.
It is typical for CLI tools to accept both `--arg=value` and `--arg value` style of CLI arguments, but pluginval fails here. If using something like [getopt](https://www.man7.org/linux/man-pages/man3/getopt.3.html) this is handled for...
Might be due to JUCE side, not sure, but pluginval does not support VST3 ControlVoltage audio ports. See https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#370-control-voltage-bus-flag
The dlopen of fftw is ugly, we do not need that in opensource plugins. But it is best to not make all plugins link to fftw, only those that need...