I'm a Linux user and I just downloaded and tried to install the Linux version of the eDRUMin app on Ubuntu Studio 22.04.
The install script has an error. It doesn't check or creates some directories and thus fails. I fixed it and I'll be happy to send the updated version to the site owners, if they wish.
Even after installation, the app doesn't start because it doesn't find a library
Code: Select all
tarrasque@Flynn:~/Downloads/eDRUMin_Setup$ /opt/eDRUMin/eDRUMin
Could not create Module for file:/opt/eDRUMin/vst3/edrumin.vst3
Error: dlopen failed.
libusb-0.1.so.4: cannot open shared object file: No such file or director
Code: Select all
tarrasque@Flynn:~/Downloads/eDRUMin_Setup$ ldconfig -p | grep libusb
libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
libusb-1.0.so.0 (libc6) => /lib/i386-linux-gnu/libusb-1.0.so.0