Carla doesn't find VST3 user plugin, but loading directly works
Add plugin doesn't find "Kombinat Tri", and says 0 VST3 plugins at the bottom, but drag-and-dropping the ~/.vst3/Kombinat Tri.so file into Carla works - the plugin is functional.
This is how the .vst3 directory looks like:
.vst3/
├── Kombinat Tri.so
└── Kombinat Tri.vst3
└── Contents
└── x86_64-linux
└── Kombinat Tri.so
My ~/.vst3 folder is in the VST3 plugin path, and the checkbox for the VST3 type within search is selected.
I have no experience with VST3 plugins and how their directory structure should look like, or why there are two differing .so files - the Linux version of Kombinat Tri shipped this way. I'm probably doing something wrong, so apologies in advance.
Try running the discovery tool and see if there are any errors with the plugin.
/usr/lib/carla/carla-discovery-native vst3 "~/.vst3/Kombinat Tri.vst3"
Here's the output:
~ $ /usr/lib/carla/carla-discovery-native vst3 "~/.vst3/Kombinat Tri.vst3/"
carla-discovery::init::-----------
carla-discovery::build::2
carla-discovery::hints::8
carla-discovery::category::none
carla-discovery::name::Kombinat Tri
carla-discovery::label::Kombinat Tri
carla-discovery::maker::Audio Damage, Inc.
carla-discovery::uniqueId::-2100328914
carla-discovery::audio.ins::2
carla-discovery::audio.outs::2
carla-discovery::midi.ins::0
carla-discovery::midi.outs::0
carla-discovery::parameters.ins::32
carla-discovery::end::------------
Same problem here, with another AD plugin... and the output of discovery looks ok, no errors.... any idea folks? Thanks M.