Skip to content

Releases: lsp-plugins/lsp-plugin-fw

Release 1.0.31

26 Aug 07:06
Compare
Choose a tag to compare
  • Added command line option for JACK that allows to specify client name.
  • Implemented preset management in the UI of the plugin.
  • Added Steinberg::Linux::IEventHandler support for better integration with
    the editorhost from the Steinberg SDK.
  • Changed VST3 chunk format incompatible with previous plugin versions.
  • Added possibility to automatically play samples when navigating file list.
  • Added ctl::Controller class that is a base controller class for UI settings.
  • Implemented ctl:link controller that allows to link values together in the UI.
  • Implemented ctl::AudioEnvelope controller.
  • Implemented pre-compression of OBJ files before adding to built-in resources.
  • Updated module versions in dependencies.

Release 1.0.30

16 May 19:10
Compare
Choose a tag to compare
  • Refactored support of activity property.
  • Added possibility to launch standalone plugins in minimized window state.
  • Added support of inactive backround color, brightness and backround brightness.
  • Fixed broken transport (tempo BPM) synchronization for CLAP plugin format.
  • Fixed regression related to creating new global configuration file.
  • Added basic Overlay support.
  • Added MacOS dependencies.
  • Updated module versions in dependencies.

Release 1.0.29

28 Feb 20:00
Compare
Choose a tag to compare
  • Added workaround for Renoise host related to latency reporting by VST2 and VST3 plugins
    on state load.
  • Added possibility to use custom scaling for each plugin bundle.
  • Added highlighting of active item in AudioFolder controller.
  • Removed ctl::Switch controller as outdated.
  • Fixed unnecessary output parameter cleanup when importing configuration.
  • Fixed regression in VST3 parameter setup.
  • Added activity option for controllers:
    • ctl::Button;
    • ctl::CheckBox;
    • ctl::ComboBox;
    • ctl::Edit;
    • ctl::Fader;
    • ctl::FileButton;
    • ctl::Fraction;
    • ctl::Indicator;
    • ctl::Knob;
    • ctl::Led;
    • ctl::MidiNote;
    • ctl::ProgressBar.
  • Updated module versions in dependencies.

Release 1.0.28

16 Dec 21:34
Compare
Choose a tag to compare
  • Fixed LV2 plugin factory link regression.
  • Fixed possible file/sample name loss on deactivated plugin for all modern formats.
  • Added possibility to specify custom styles for channels in AudioSample controller.
  • Updated Fader and Knob controllers for better performance.
  • Added possibility to draw background around tk::GraphText widget.
  • Added maximum amplitude property to AudioChannel and AudioSample.
  • Fixed VST3 integer parameter setup.
  • Added TabGroup widget support.
  • Updated module versions in dependencies.

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.