ArborealAudio / PiMax

Loudness maximizer & multiband saturation plugin
https://arborealaudio.com/plugins/pimax
GNU General Public License v3.0
5 stars 0 forks source link

Plugins need to be patched with patchelf in order to be able to run inside Bitwig Studio 5.2.3 (Flatpak) #36

Open amadeusp opened 1 week ago

amadeusp commented 1 week ago

Steps:

  1. Install the plugins from https://arborealaudioinstallers.s3.amazonaws.com/pimax/PiMax-linux.tar.xz (btw: the Factory presets are missing in that package!) by moving them to ~/.clap/Arboreal\ Audio/, ~/.vst/Arboreal\ Audio/ and ~/.vst3/Arboreal\ Audio/.
  2. Open Bitwig Studio 5.2.3 (Flatpak)
  3. The plugins will not load and Bitwig Studio will report e.g. for the VST3 version of the plugin com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: Failed to load VST 3 plug-in /home/amadeus/.vst3/Arboreal Audio/PiMax.vst3: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

Workaround

One needs to patch the plugins with patchelf and

patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 ~/.vst/Arboreal\ Audio/libPiMax.so &&
patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 ~/.vst3/Arboreal\ Audio/PiMax.vst3/Contents/x86_64-linux/PiMax.so &&
patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 ~/.clap/Arboreal\ Audio/PiMax.clap

Expected behavior

The plugins would work right away, without patching them.

System information