Open nahush2321 opened 2 years ago
I think those files are only in official binary package.
It should work just making an empty directory called "ladspa" in the "bin" directory before running "./install.sh". Did you use the official arch build or did you build it yourself? I'm surprised if the official arch build didn't work. I actually thought "./install" should always work.
I guess install.sh doesn't fix this. Just append these lines to "install.sh":
# ladspa
if [ ! -d "$TARGET/ladspa" ]
then
mkdir $TARGET/ladspa
fi
I think those files are only in official binary package.
Yes, the official binaries include ladspa plugins from this package: https://github.com/kmatheussen/common-ladspa-plugins
hello i have small problem as when when startradium i get message that it can not start as /opt/radium/ladspa files are not present and please check if all files from zip is unpacked. i have attached my terminal output. Also thi is self compiled version on arch linux and was first time runnin application on this machine also not ever tried any of the previous versions .
radium.txt