Skip to content

Releases: lsp-plugins/lsp-plugin-fw

Release 1.0.27

11 Oct 21:49
Compare
Choose a tag to compare
  • Updated VST3 SDK to 3.7.12, may be breaking changes related to parameter identifiers as
    Steinberg has twice reduced the set of valid paremeter identifiers.
  • Fixed bug related to window sizing for CLAP plugin format.
  • Fixed unneeded resource object deletion and use-after-free in VST plugin wrapper.
  • Updated module versions in dependencies.

Release 1.0.26

05 Oct 01:22
Compare
Choose a tag to compare
  • Added support of audio send and audio return by the engine.
  • Implemented AudioNavigator controller.
  • Implemented AuidoFolder controller.
  • Fixed port group value synchronization for JACK wrapper.
  • Added documentation_path parameter in user configuration file which allows to
    configure the path to the offline documentation installation.
  • Updated module versions in dependencies.

Release 1.0.25

02 Aug 21:10
Compare
Choose a tag to compare
  • Better work with plugin window size.
  • Plugins now can be built without the ui if we omit the '''ui''' feature in
    build configuration.
  • Added support of string ports.
  • Improved build tools: UI resources are now built-in only for libraries that
    need them.
  • Several fixes for VST3 wrapper.
  • Added INSTALL_FEATURES option.
  • Updated module versions in dependencies.

Release 1.0.24

22 May 07:20
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.23

20 May 23:29
Compare
Choose a tag to compare
  • Added obtaining information about the original file provided by the
    MapPath::absolute_path LV2 extension.
  • Added custom option support by ComboBox.
  • Fixed behaviour of ctl::Fraction when writing values.
  • Added text estimation support by the Parameter controller.
  • Added ListBox controller.
  • Added empty text support for Edit controller.
  • Updated module versions in dependencies.

Release 1.0.22

04 Mar 23:05
Compare
Choose a tag to compare
  • Added experimental support of VST3 plugin format.
  • Added helper functions to ui::Module.
  • Added possibility to build and launch without builtin resources.
  • Updated module versions in dependencies.

Release 1.0.21

20 Dec 19:40
Compare
Choose a tag to compare
  • Fixed configuration file serialization.
  • Code updates that could cause potential problems related to using another decimal point for floating-point number formatting.
  • Added support of storing current file type selection in file dialogs.
  • Added support of variable size of filter dots.
  • Implemented widget overrides by priority on the graph widget.
  • Updated module versions in dependencies.

Release 1.0.20

29 Oct 14:04
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.19

10 Oct 23:14
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.18

10 Oct 22:06
Compare
Choose a tag to compare
  • Fixed VST2 plugin crash on UI close in OBS Studio.
  • Fixed parameter ranges for CLAP plugin wrapper.
  • Fixed double free of generated port metadata.
  • Added LUFS units to metadata.
  • Added support of 'zero' property by the Axis controller.
  • Updated module versions in dependencies.