Page 1 of 1

[ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Sat Mar 11, 2017 7:05 pm
by sadko4u
The new 1.0.22 release of LSP Plugins is available. Many optimization work was done relative to realtime convolution algorithms. Also, as usual, new plugins are implemented. Detailed changelog:
  • Implemented slap-back delay plugin series.
  • Implemented Impulsnachhall (Impulse Reverb) plugin series as advanced version of Impulsantworten.
  • Implemented FFT routines that work with packed complex numbers. Overall SSE performance is 1.4 times higher on AMD processors and about 1.1 higher on Intel processors.
  • Implemented FFT-based fast convolution routines (Native and SSE) that work with real data input and real data output and allow to avoid bit-reversal shuffle of the signal data. Also there are serious fixes relative to AMD cache penalties. Overall performance bonus is about 1.5 times to the previous convolution implementation.
  • Added Full-oversampling modes to Limiter plugin.
  • Updated LV2 atom transport primitives.
  • Fixed problem in resampler that didn't allow to set oversampling more than 4x.
  • Fixed filter core that didn't properly update settings of filter in the specific case and broke behaviour of oversampler.
  • Minor UI updates.
As usual, we have demo on youtube: https://youtu.be/hEUauzc_j3U
Binaries are available for download at sourceforge: https://sourceforge.net/projects/lsp-pl ... s/v1.0.22/
You may help the project by submitting donations at bountysource: https://salt.bountysource.com/teams/lsp-plugins

Image

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Sat Mar 11, 2017 9:30 pm
by funkmuscle
haha, I was just about to check LM to see if anything new but an alert popped on my cell that LSP just put a new video on YouTube.. off to try this latest.. thank you again man..

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Sun Mar 12, 2017 2:54 am
by raffguitar++
Hi,
I just recently started trying out your plugins - fantastic work, Thank you very much!

Raffguitar++

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Sun Mar 12, 2017 2:59 am
by funkmuscle
Ok the Impulse Response Loaders are sweet. They work amazingly..

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Wed Mar 15, 2017 4:56 pm
by akiz
Amazing plugins!
The only thing i miss right now is some multiband compressor
and some distortion like old DAC emulation

Great work again. I will donate as soon as i can,
thank you!

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Wed Mar 15, 2017 6:58 pm
by sysrqer
Been meaning to comment here and say that this looks to be an amazing release. I don't have much time for music right now but I can't wait to test the delay.

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Wed Mar 15, 2017 8:27 pm
by sadko4u
sysrqer wrote:Been meaning to comment here and say that this looks to be an amazing release. I don't have much time for music right now but I can't wait to test the delay.
Please note that we've found a bug in the delay implementation that happens when you use the setup with frame size of more than 512 samples.
So currently please use the Slapback delay carefully. Here's the related topic on Ardour forum:
https://community.ardour.org/node/14348
The 1.0.23 release is coming soon...

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Wed Mar 15, 2017 9:38 pm
by sysrqer
Ok, thanks for the warning, I will keep that in mind.

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Fri Mar 24, 2017 10:45 pm
by sadko4u
New release 1.0.23 available. Mostly it's a bug-fix release.
  • Fixed buffer overflow in Slap-back Delay plugin series happening with frame size larger than 512 samples.
  • Updated expression language for the UI: added literal expressions that are more friendly with XML syntax.
  • DSP core functions re-engineering and DSP core interface refactoring.
  • Covered many of SSE DSP functions with unit tests.

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Wed Apr 12, 2017 3:35 pm
by sysrqer
I've noticed something with the limiter which seems a bit strange to me, does it generate low frequency content?
In this video I move a steep filter before and after the limiter. Before the limiter low frequencies are generated, after the limiter there are none (to show what the filter is doing).

https://a.pomf.cat/nwwlfw.webm

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Wed Apr 12, 2017 8:32 pm
by sadko4u
Limiter is non-linear device, yes it may generate low frequencies because it needs to change the envelope of the signal, sometimes significantly.
If we change the envelope of signal, we change it's frequency characteristics.
If we change the frequency characteristic of signal, we change it's envelope.
I don't see something strange here.

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Wed Apr 12, 2017 9:00 pm
by sysrqer
Ok. I've just tried a few other limiters and it does seem to be normal behaviour. I've never noticed it before but nevermind then.

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Sat Apr 29, 2017 2:36 pm
by sysrqer
I've been using the spectrum analyser recently and I have one question which is puzzling me - how can I find out what the exact frequency is of a particular peak or area? I would expect to have a display of where my mouse is to easily see the frequency. I tried to use the selector but it moves in increments so sometimes it is not possible to get to the frequency you want to know, especially in the low end. Am I missing something here or would this be a feature request?

I came across Melda's MMultiAnalyser in a video recently, it has a very interesting feature of showing the frequency spectrum of collisions/clashes, would this be something could be implemented at some point?
Here is a quick overview of it https://youtu.be/Za7cbeKJUoY?t=164

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Sat Apr 29, 2017 7:44 pm
by sadko4u
sysrqer wrote:I've been using the spectrum analyser recently and I have one question which is puzzling me - how can I find out what the exact frequency is of a particular peak or area? I would expect to have a display of where my mouse is to easily see the frequency. I tried to use the selector but it moves in increments so sometimes it is not possible to get to the frequency you want to know, especially in the low end. Am I missing something here or would this be a feature request?

I came across Melda's MMultiAnalyser in a video recently, it has a very interesting feature of showing the frequency spectrum of collisions/clashes, would this be something could be implemented at some point?
Here is a quick overview of it https://youtu.be/Za7cbeKJUoY?t=164
Hi! Thanks for an idea!
I've added your request to TODO list but I currently don't know when it will be possible to implement.
I'm currently working on something huge (in context of LSP Plugins) and probably it will take additionally a lot of time.
So I need to complete this first until I'll be able to something related to feature requests.

Re: [ANN] The new 1.0.22 release of LSP Plugins is available

Posted: Sat Apr 29, 2017 8:06 pm
by sysrqer
No problem at all, I look forward to seeing what you're working on!