Releases: lsp-plugins/lsp-plugin-fw
Releases · lsp-plugins/lsp-plugin-fw
Release 1.0.27
- 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
- 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
- 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
- Updated module versions in dependencies.
Release 1.0.23
- 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
- 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
- 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
- Updated module versions in dependencies.
Release 1.0.19
- Updated module versions in dependencies.
Release 1.0.18
- 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.