LMMS and its effect plugins

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

carlv
Established Member
Posts: 278
Joined: Tue Jul 12, 2016 6:10 pm
Has thanked: 32 times
Been thanked: 38 times

Re: LMMS and its effect plugins

Post 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..
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: LMMS and its effect plugins

Post 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. :(
User avatar
sysrqer
Established Member
Posts: 2520
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 148 times
Contact:

Re: LMMS and its effect plugins

Post 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.
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: LMMS and its effect plugins

Post 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
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: LMMS and its effect plugins

Post by LinMusGuy »

My update manager gives this:
update.png
update.png (25.94 KiB) Viewed 564 times
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: LMMS and its effect plugins

Post by LinMusGuy »

I have reinstalled LMMS 1.0.0, I can't live without VeSTige!! :wink:
Post Reply