mourednik / argotlunar

Surreal transformations of audio streams
http://argotlunar.info
GNU General Public License v2.0
166 stars 11 forks source link

Error when running on Ardour: "[ERROR]: LADSPA: module "/usr/lib/ladspa/argotlunar.so" has no descriptor function." #6

Closed alemangui closed 4 years ago

alemangui commented 4 years ago

Hello,

I have been trying to install Argotlunar as an Ardour plugin without success. I keep getting there errors:

[ERROR]: LADSPA: module "/usr/lib/ladspa/argotlunar.so" has no descriptor function.
[ERROR]: 'ladspa_descriptor': /usr/lib/ladspa/argotlunar.so: undefined symbol: ladspa_descriptor

I downloaded the files and placed the .so files under /usr/lib/ladspa along with the other ones (I am on Ubuntu 18,04) but every time I make Ardour scan for plugins I get the error above.

Any help is greatly appreciated

trebmuh commented 4 years ago

How did you install ArgotLunar? From a package or from a compilation? I wasn't aware that it was available as a LADSPA plugin. The LV2 version (from the DISTHRO project) works fine here.

mourednik commented 4 years ago

ArgotLunar is a VST plugin. It will not work if you try to install it as a LADSPA plugin. You need to follow the instructions for installing VST plugins in Ardour, or try the LV2 version as suggested above.