[ANN] LSP Plugins 1.0.6 have been released

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: 989
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 361 times

[ANN] LSP Plugins 1.0.6 have been released

Post by sadko4u »

Version 1.0.6 has been released!
  • Reorganized source tree. Splitted plugin metadata into separate files and moved from core to the new directory.
  • Fixed errors in formulas of noise envelopes for Spektrumanalysator.
  • Fixed some bugs in DSP SSE module functions caused to possible crash plugins on some conditions.
  • Implemented audio resampling algorithm for audio files using N-period Lanczos kernel convolution.
  • Implemented some core primitives like Toggle, Blink etc.
  • Added support of MIDI events for LV2.
  • Added support of MIDI events for VST.
  • Added support of plugin state serialization for VST.
  • Implemented port sets for reducing plugin's port overhead.
  • Implemented indexed proxy ports for the UI.
  • Re-engineered LV2 Atom transport subsystem.
  • Re-engineered LinuxVST transport subsystem.
  • Additional feature ('quick tune') implemented for knob control (available when clicking on the knob's scale).
  • Implemented serialization/deserialization of plugin state to plain text files (available in UI when clicking on logo or model acronym).
  • Optimized the size of XML data (implemented 'ui:for' tag for cycles in XML documents).
  • Optimized LV2 TTL generator for more compact RDF output, fixed some problems in RDF format.
  • Changed the color of 'Bypass' swtich to red.
  • Implemented Klangerzeuger (Sampler) plugin Mono/Stereo series.
  • Implemented Schlagzeug (Multi-Sampler) plugin x12, x24, x48 Stereo/Direktausgabe (DirectOut) series.
Due to LADSPA restrictions, the new implemented plugins are not available in LADSPA format. Maybe they will be released in DSSI format, but... is it necessary?

Image

As usual, Demo is available, too:
https://youtu.be/GsNfZ0TF-bk
LSP (Linux Studio Plugins) Developer and Maintainer.
User avatar
davephillips
Established Member
Posts: 592
Joined: Sat Aug 15, 2015 1:05 pm
Has thanked: 35 times
Been thanked: 23 times

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by davephillips »

Greetings,

Only the comp-delay mono/stereo/x2 and the phase detector are correctly identified and loaded in Bitwig 1.39 and Ardour4 (latest git). All others fail to load.

Fedora 21 x86_64, with rt kernel from PlanetCCRMA.

Best,

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

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by sadko4u »

Did you try plugins with official Ardour release?
Can you provide any logs from Ardour?
LSP (Linux Studio Plugins) Developer and Maintainer.
User avatar
davephillips
Established Member
Posts: 592
Joined: Sat Aug 15, 2015 1:05 pm
Has thanked: 35 times
Been thanked: 23 times

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by davephillips »

sadko4u wrote:Did you try plugins with official Ardour release?
Done. Same problem.
Can you provide any logs from Ardour?
No error messages were generated, but I'm sure I can get some kind of report from Ardour. I'll check into it.

Best,

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

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by sadko4u »

davephillips, is the list of all plugins visible in Ardour?
Have you previously installed the older versions of plugins?

Image
LSP (Linux Studio Plugins) Developer and Maintainer.
User avatar
davephillips
Established Member
Posts: 592
Joined: Sat Aug 15, 2015 1:05 pm
Has thanked: 35 times
Been thanked: 23 times

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by davephillips »

sadko4u wrote:...Have you previously installed the older versions of plugins?
That was the problem, thank you. I had some of your older plugins installed, I took them out, I put the new ones in, and everything is looking and sounding good. Tested only in Bitwig for now, I'll check out Ardour4 + LSP later today.

Best,

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

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by sadko4u »

That's fine!
LSP (Linux Studio Plugins) Developer and Maintainer.
tatch
Established Member
Posts: 662
Joined: Fri Nov 16, 2012 3:18 pm

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by tatch »

trying to load Schlagzeug x12 Direktausgabe in carla, keep getting this error

Code: Select all

CarlaRingBuffer::tryWrite(0x4519a84, 56): failed, not enough space
User avatar
sadko4u
Established Member
Posts: 989
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 361 times

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by sadko4u »

tatch
It's a known problem of Carla. falkTX is currently fighting with it (some of the problems solved in latest Git commits).
You may use the linuxVST version of the plugin instead of LV2, it works well (on relatively old Carla) because does not use LV2 atom transport and LV2 URID extension that are the bottlenecks in Carla's implementation of LV2.
LSP (Linux Studio Plugins) Developer and Maintainer.
tatch
Established Member
Posts: 662
Joined: Fri Nov 16, 2012 3:18 pm

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by tatch »

sadko4u wrote:tatch
It's a known problem of Carla. falkTX is currently fighting with it (some of the problems solved in latest Git commits).
You may use the linuxVST version of the plugin instead of LV2, it works well (on relatively old Carla) because does not use LV2 atom transport and LV2 URID extension that are the bottlenecks in Carla's implementation of LV2.
got it, thanks
User avatar
sadko4u
Established Member
Posts: 989
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 361 times

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by sadko4u »

Also notice: you may always export configuration of any plugin in VST format and import by the plugin of an LV2 format using new export/import feature. You have just to click on the logo bar or model acronym bar in the UI interface and choose the command in the context menu.
Also text files are human-readable and easy for editing by hand.
LSP (Linux Studio Plugins) Developer and Maintainer.
Luc
Established Member
Posts: 741
Joined: Fri Mar 27, 2015 1:04 pm
Been thanked: 1 time

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by Luc »

None of the knobs, drop-downs or any control works when the plug-ins are loaded inside Tracktion6.
Not really important to me. I just thought you should know.
User avatar
sadko4u
Established Member
Posts: 989
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 361 times

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by sadko4u »

Luc, what versions did you try? LV2 or LinuxVST?
LSP (Linux Studio Plugins) Developer and Maintainer.
Luc
Established Member
Posts: 741
Joined: Fri Mar 27, 2015 1:04 pm
Been thanked: 1 time

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by Luc »

sadko4u wrote:Luc, what versions did you try? LV2 or LinuxVST?
I tried VST. Tracktion is not compatible with LV2.
User avatar
sadko4u
Established Member
Posts: 989
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 361 times

Re: [ANN] LSP Plugins 1.0.6 have been released

Post by sadko4u »

Luc, OK, probably I'll try my VSTs with trial version of Tracktion when will have free time.
LSP (Linux Studio Plugins) Developer and Maintainer.
Post Reply