[ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by CrocoDuck »

funkmuscle wrote:hey guys, this latest update not working on my Arch64. I've tried both lv2 and vst
Aw dang! Did you build the master branch from GitHub?
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by funkmuscle »

CrocoDuck wrote:
funkmuscle wrote:hey guys, this latest update not working on my Arch64. I've tried both lv2 and vst
Aw dang! Did you build the master branch from GitHub?
That's what I had on first I was always getting it from git but it looks like somebody moved it to community so I even tried that one after completely uninstall in the one from Aur and still it's doing the same thing
CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by CrocoDuck »

All seems fine on my Arch64 system. I tried the standalone and the LV2 in Ardour. What about the standalone? Does that work?
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by funkmuscle »

CrocoDuck wrote:All seems fine on my Arch64 system. I tried the standalone and the LV2 in Ardour. What about the standalone? Does that work?
Nothing.
CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by CrocoDuck »

I have been having some glitches with xorg lately. Did you update recently?
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by funkmuscle »

CrocoDuck wrote:I have been having some glitches with xorg lately. Did you update recently?
Yep
CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by CrocoDuck »

Uhm... my problem was the LSP plugins would crash my entire GNOME session when loaded into Carla. Then the GIMP would also crash GNOME in a similar fashion when I attempted using my wacom tablet. The latest xorg update, that I installed yesterday, seems to have fixed the glitches. The plugins seem to work fine in Carla now.

What DE or WM are you using?
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by funkmuscle »

CrocoDuck wrote:Uhm... my problem was the LSP plugins would crash my entire GNOME session when loaded into Carla. Then the GIMP would also crash GNOME in a similar fashion when I attempted using my wacom tablet. The latest xorg update, that I installed yesterday, seems to have fixed the glitches. The plugins seem to work fine in Carla now.

What DE or WM are you using?
Open box but I have plasma and gnome on here also
CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by CrocoDuck »

funkmuscle wrote:Open box but I have plasma and gnome on here also
Same behaviour?
User avatar
sadko4u
Established Member
Posts: 986
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 359 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by sadko4u »

I would like to recommend to build from 'devel' branch instead of 'master' one.
There were already a couple of bugs fixed.
Also I need to know the entire build process. Have you removed previous installation before installing new?
LSP (Linux Studio Plugins) Developer and Maintainer.
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by funkmuscle »

sadko4u wrote:I would like to recommend to build from 'devel' branch instead of 'master' one.
There were already a couple of bugs fixed.
Also I need to know the entire build process. Have you removed previous installation before installing new?
I haven't tried with any of the other DE and yes I did on install the old version and then install the one from the community repo in Arch
CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by CrocoDuck »

You might wish to try the devel branch then, as suggested by sadko4u.

Uninstall any lsp plugins package with pacman -Rns.

Then, somewhere in a directory in your system, run:

Code: Select all

git clone https://github.com/sadko4u/lsp-plugins.git
git checkout devel
make && sudo make install
When you try various versions, make sure you uninstall the previously installed ones first. If they are from a repo, use pacman -Rns. if they are built from source use sudo make unistall.
User avatar
sadko4u
Established Member
Posts: 986
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 359 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by sadko4u »

Small correction:

Code: Select all

sudo make uninstall
Building from source:

Code: Select all

sudo make uninstall
make clean
make
sudo make install
LSP (Linux Studio Plugins) Developer and Maintainer.
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by funkmuscle »

Okay guys, doing that right now and I'll let you know
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: [ANN] LSP Plugins version 1.1.4 with huge amount of changes!

Post by funkmuscle »

It will not work in openbox still.

Edit: I've just installed xfce and it works there too.
Post Reply