[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

User avatar
sadko4u
Established Member
Posts: 986
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 359 times

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

Post by sadko4u »

Release 1.1.4 is coming out with a lot of new changes!
First of all, LSP Plugins became completely open source and are licensed under terms of GNU LGPL v3 license!
Additionally, experimental support of ARMv7-A architecture added, basicly for Raspberry Pi 3B/3B+ devices.

The overall list of changes is listed below:
  • Changed licensing to GNU Lesser General Public License version 3 (GNU LGPL v3).
  • Moved code repository to GitHub while keeping release history.
  • Implemented linear impulse response profiler plugin.
  • Added basic Raspberry Pi 3B/3B+ (ARMv7A) support (experimental).
  • Implemented unit testing subsystem.
  • Implemented performance testing subsystem.
  • Implemented manual testing subsystem.
  • Fixed and optimized convolution algorithm for convolver module that produced invalid output.
  • Added LSPC file format implementation.
  • Added LSPC file format support to convolver plugins.
  • Huge refactoring: DSP code moved from core to separate subtree.
  • Partially implemented NEON SIMD instruction support for some DSP assembly functions for ARMv7A architecture.
  • Fixed bugs in some DSP oversampling routines.
  • Optimized complex multiplication functions.
  • Implemented additional complex number routines.
  • Implemented additional functions to DSP core.
  • Fixed compilation warnings and errors emitted by the GCC 8 compiler.
  • Updated development documentation.
Demo for a new plugin:
https://youtu.be/kXCBRnJL_qo

GitHub link:
https://github.com/sadko4u/lsp-plugins/

Image
Last edited by sadko4u on Sun Sep 30, 2018 12:23 am, edited 1 time in total.
LSP (Linux Studio Plugins) Developer and Maintainer.
finotti
Established Member
Posts: 528
Joined: Thu Sep 01, 2011 9:07 pm
Has thanked: 86 times
Been thanked: 23 times

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

Post by finotti »

That's really great news, especially that the all are now open source! Thank you so much for this invaluable contribution! These are really great plugins.
Lyberta
Established Member
Posts: 681
Joined: Sat Nov 01, 2014 8:15 pm
Location: The Internet
Been thanked: 1 time

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

Post by Lyberta »

Looking forward for GitHub link.
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 »

Lyberta wrote:Looking forward for GitHub link.
Here it is:
https://github.com/sadko4u/lsp-plugins/
LSP (Linux Studio Plugins) Developer and Maintainer.
rghvdberg
Established Member
Posts: 1067
Joined: Mon May 12, 2014 7:11 am
Has thanked: 15 times
Been thanked: 36 times

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

Post by rghvdberg »

Fantastic news!
Thank you so much for these great plugins.
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

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

Post by khz »

rghvdberg wrote:Thank you so much for these great plugins.
Also a heartfelt thank you from me!
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
elerale
Established Member
Posts: 36
Joined: Sat Nov 19, 2016 4:45 am
Has thanked: 2 times
Been thanked: 2 times

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

Post by elerale »

Excellent news ! 100000 thanks !
User avatar
funkmuscle
Established Member
Posts: 2801
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 »

So this profiling reverberation plugin, is it similar to how the Kemper amplifier profiles the sound of an amp? If that is the case, that has opened up a lot for guitar players if we can actually profile an amplifier that we love and then somehow loaded into and I are loader plugin
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 »

funkmuscle wrote:So this profiling reverberation plugin, is it similar to how the Kemper amplifier profiles the sound of an amp? If that is the case, that has opened up a lot for guitar players if we can actually profile an amplifier that we love and then somehow loaded into and I are loader plugin
Currently, only profiling of linear system is possible. CrocoDuck is working on implementation of non-linear convolver. So maybe in future we will get it.
LSP (Linux Studio Plugins) Developer and Maintainer.
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:So this profiling reverberation plugin, is it similar to how the Kemper amplifier profiles the sound of an amp? If that is the case, that has opened up a lot for guitar players if we can actually profile an amplifier that we love and then somehow loaded into and I are loader plugin
Not yet, but with this you can already do cabinets, or rooms, or EQs. Anything linear.
User avatar
funkmuscle
Established Member
Posts: 2801
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:So this profiling reverberation plugin, is it similar to how the Kemper amplifier profiles the sound of an amp? If that is the case, that has opened up a lot for guitar players if we can actually profile an amplifier that we love and then somehow loaded into and I are loader plugin
Not yet, but with this you can already do cabinets, or rooms, or EQs. Anything linear.
So wait, if I am I understanding this correctly, you're saying that a profile of say and expensive VST EQ can be done?
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:
CrocoDuck wrote:
funkmuscle wrote:So this profiling reverberation plugin, is it similar to how the Kemper amplifier profiles the sound of an amp? If that is the case, that has opened up a lot for guitar players if we can actually profile an amplifier that we love and then somehow loaded into and I are loader plugin
Not yet, but with this you can already do cabinets, or rooms, or EQs. Anything linear.
So wait, if I am I understanding this correctly, you're saying that a profile of say and expensive VST EQ can be done?
Yes. Let's say your friend has an amazing VST reverb, or an wonderful analog reverb. With this you can profile it.
tripomatic
Established Member
Posts: 141
Joined: Mon May 21, 2012 4:42 pm
Has thanked: 2 times
Been thanked: 3 times

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

Post by tripomatic »

nice plugins. very handy the profile plugin. Go on the road and where you have a nice reverb, let reverberation run, go home
and you can use the same :). Fantastic!
User avatar
marcellendi
Established Member
Posts: 24
Joined: Tue Jul 12, 2016 3:57 pm
Has thanked: 1 time
Been thanked: 2 times

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

Post by marcellendi »

Great news! I will update today :) . Thanks
User avatar
funkmuscle
Established Member
Posts: 2801
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 »

hey guys, this latest update not working on my Arch64. I've tried both lv2 and vst
Screenshot at 2018-10-29 15-16-26.png
Screenshot at 2018-10-29 15-16-26.png (98.25 KiB) Viewed 1352 times
none of the control works.. This fails in Carla(pic above) Ardour and Mixbus, Qtractor and Reaper
Post Reply