Page 2 of 2

Re: LMMS and its effect plugins

Posted: Sun Apr 14, 2019 5:10 am
by carlv
LinMusGuy wrote:The Appimage didn't work, possibly because I have a 32-bit system.
More recent - https://lmms.io/forum/viewtopic.php?f=7 ... age#p60072
https://lmms.io/forum/viewtopic.php?f=7 ... age#p60078

Not sure if his solution will work for you. May be worth a shot..

Re: LMMS and its effect plugins

Posted: Sun Apr 14, 2019 1:03 pm
by LinMusGuy
carlv wrote:
LinMusGuy wrote:The Appimage didn't work, possibly because I have a 32-bit system.
More recent - https://lmms.io/forum/viewtopic.php?f=7 ... age#p60072
https://lmms.io/forum/viewtopic.php?f=7 ... age#p60078

Not sure if his solution will work for you. May be worth a shot..
No - doesn't work.... Searching the internet I found this:
by djVortex » Tue Aug 16, 2016 2:55 pm
Okay! I found the fix. Funny thing is I found it while dealing with another issue. ZynAddSubFX Show GUI hanged LMMS, output from terminal revealed that a shared library (libZynAddSubFxCore.so) couldn't be found.
So I created this script:

Code: Select all

#!/bin/sh
LD_LIBRARY_PATH=/usr/lib/lmms:$LD_LIBRARY_PATH lmms

Saved it in a folder in my PATH and ran it.
Now vestige shows up and the Show GUI button works.
Source: http://lmms.io/forum/viewtopic.php?t=5384


But I don't know how to do that. :(

Re: LMMS and its effect plugins

Posted: Sun Apr 14, 2019 1:37 pm
by sysrqer
Open a text editor, put this code inside it

Code: Select all

#!/bin/sh
LD_LIBRARY_PATH=/usr/lib/lmms:$LD_LIBRARY_PATH lmms
Save somewhere like your home folder as 'lmms-fix.sh' or whatever you want.

Run this in a terminal:

Code: Select all

chmod +x ~/lmms-fix.sh


This will make it executable. ~/ means your home directory so you can change to where you saved the file, like ~/Documents/lmms-fix.sh or whatever. Then double click the file and it should run lmms.

Re: LMMS and its effect plugins

Posted: Sun Apr 14, 2019 2:24 pm
by LinMusGuy
Doesn't help. And I get this in the terminal:

Code: Select all

 #!/bin/sh: not found
no more csLADSPA plugins
convolution: samplerate mismatch preset:48000 host:44100
convolution: samplerate mismatch preset:48000 host:44100
convolution: samplerate mismatch preset:48000 host:44100
convolution: samplerate mismatch preset:48000 host:44100
convolution: samplerate mismatch preset:48000 host:44100
convolution: samplerate mismatch preset:48000 host:44100
no more csLADSPA plugins
no more csLADSPA plugins

Re: LMMS and its effect plugins

Posted: Sun Apr 14, 2019 2:35 pm
by LinMusGuy
My update manager gives this:
update.png
update.png (25.94 KiB) Viewed 579 times

Re: LMMS and its effect plugins

Posted: Sun Apr 14, 2019 7:46 pm
by LinMusGuy
I have reinstalled LMMS 1.0.0, I can't live without VeSTige!! :wink: