problem: fase vst3 shows up Ardour’s plugin-manager flagged w/ “error”, and won’t load, but is recognized by Jack/Carla…meaning, I can instantiate the fase vst3 in Carla then route to & from Ardour there but can’t load the plugin into a channel strip.
I also have a similar problem with the Curvature compression plugin
https://apmastering.com/plugins/curvature
but this Linux vst3 it isn't recognized by Ardour plugin manager at all, doesn't show at all
//I didn't have time to test instantiating it in Jack/Carla and routing there but will try this later
- are there issues w/ loading more recently built Linux vst3 plugins in Ardour 8.x.x?
- i.e. is there a vst3 compiler issue, a kernel issue, UI lib issue?
thanks in advance!
The most common problems with plugins are that they use a complex GUI toolkit such as GTK which conflicts with Ardour GUI routines, or is compiled using dynamic libraries, and one of the dynamically loaded libraries conflicts with an Ardour library.
Plugins should be self contained, linked statically against any libraries that they need, and should not use heavy weight GUI toolkits such as QT or GTK.
Start with checking those things (you can often find out without waiting for the developer by using the tool ldd to display the dependencies of the plugin binary).