Page 1 of 1

Plugins exported by Carla as a standalone LV2 plugin

Posted: Tue Jan 08, 2019 8:47 pm
by RockVice77
Hello,
I am experimenting with Carla 2.0-RC2 to export some Windows VST as standalone LV2 plugins.
The procedure to export the plugins is pretty straightforward and I am saving the *.lv2 files in my /home/user/.lv2
All the plugins saved by Carla are properly identified by Ardour when searching new plugins at the start-up, but then I am able to load only a single plugin during each Ardour session: as soon as I ask Ardour to load a second LV2 plugin generated by Carla it fails providing the following output:

Code: Select all

lilv_plugin_instantiate(): error: No plugin <file:///home/rocco/.lv2/Rough_Rider.lv2/Rough_Rider.ttl> in <file:///home/rocco/.lv2/Rough_Rider.lv2/Rough_Rider.so>
If I delete from the track all the plugins and then I try again Ardour is able to load the plugin that failed previously returning this output:

Code: Select all

lv2ui_descriptor(0) has URI 'file:///home/rocco/.lv2/Rough_Rider.lv2/ext-ui'
Carla assertion failure: "index < pData->param.count" in file ../backend/plugin/CarlaPluginBridge.cpp, line 1698
I know that falkTx probably will not read this post, but I wold like to understand if anyone else is experiencing the same issue or if I am just missing a silly step to have all the exported plugins working in Ardour

Re: Plugins exported by Carla as a standalone LV2 plugin

Posted: Mon Jan 28, 2019 7:00 am
by RockVice77
This bug is now fixed with the latest update of CARLA-git available with KXStudio repo :wink:

A big thank to falkTX for nice job