Page 1 of 1

Carla won't find VST.

Posted: Sat Nov 03, 2018 3:12 pm
by pieter1234
Hi all,

I installed the KXStudio repository on me debian stable (strecht). Most things work fine however Carla is not able to find my VST plugins.

I placed the vst (.dll) in ~/.vst/
I had to compile/install libpng12, and use 'export LD_LIBRARY_PATH=/usr/local/lib/' before running:
Now `carla-single win64 vst ~/.vst/plugin.dll' does start the plugin successfully.
However, when I start Carla > Add Plugin > Refresh I get what you see in the screenshot. It looks like carla is not aware of any VST bridge support. The VST is never found.

What can I do to resolve this?

Thank you :)

Re: Carla won't find VST.

Posted: Sat Nov 03, 2018 6:48 pm
by khz
http://kxstudio.linuxaudio.org/News/?action=view&url=carla-20-beta6-is-here wrote:Everything that was deemed unstable was moved into a new 'experimental' page, and disabled by default.
So in order to use plugin bridges for example, you need to first enable experimental features, then the bridges.
Image?

Re: Carla won't find VST.

Posted: Sun Nov 04, 2018 11:27 am
by pieter1234
Yep I missed that one. Thanks.