Skip to content

Releases: lsp-plugins/lsp-plugin-fw

Release 1.0.11

20 Apr 17:56
Compare
Choose a tag to compare
  • Fixed build that disabled CairoCanvas for Inline Display feature.
  • Updated module versions in dependencies.

Release 1.0.10

19 Mar 13:11
Compare
Choose a tag to compare
  • Added shared objects related to 3D rendering to LV2, VST and CLAP packages.
  • Fixed buggy tether for the parameter popup window.
  • Fixed improper data stream synchronization using LV2:Atom protocol.
  • The layout and text layout are now expressions for the ctl::Text controller.
  • Fixed label value update when switching language in the UI.
  • Fixed plugin state out of sync for CLAP plugin format on state restore in REAPER.
  • Added support of named widget groups.
  • Updated VST core library lookup algorithm.
  • Created additinal bundle categories.
  • plug::osc_buffer_t moved to core::osc_buffer_t.
  • Added --version command line argument to obtain the version of plugins.
  • Updated module versions in dependencies.

Release 1.0.9

28 Jan 16:35
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.8

28 Jan 13:40
Compare
Choose a tag to compare
  • Added CLAP plugin format support.
  • Changed VST parameter normalized value mapping for logarithmic parameters.
  • Added possibility to specify JACK connections that should be estimated by the
    standalone JACK plugin when the plugin connects to the JACK server.
  • Significantly improved text value parsing into the port value.
  • Implemented plugin metadata validator.
  • Fixed bug related to modification of cyclic parameters for several plugin formats.
  • Fixed possible crash when reading data from clipboard.

Release 1.0.7

19 Dec 23:22
Compare
Choose a tag to compare
  • Improved preset loading for incomplete presets that are missing some plugin parameters.
  • Fixed broken configuration save and load with relative file paths.
  • Extended possibilities of configuration export: now passing configuration serializer is possible.
  • Fixed possible concurrency problems on LADSPA/LV2/LV2UI library initialization.
  • Fixed possible cases of access to the deallocated memory when working with the SwitchedPort port.
  • Added possibility to preview the audio file contents in the file dialog.

Release 1.0.5

05 Sep 21:00
Compare
Choose a tag to compare
  • Fixed several memory leaks in plugin wrapper implementation.
  • Migrated to support of C++ 11 standard and above.
  • Added workaround for proper VST 2.x UI support by OBS Studio.
  • Updated dependencies.

Release 1.0.4

20 Jun 20:09
Compare
Choose a tag to compare
  • Fixed plugin version tracking which didn't save the updated version to the configuration file.
  • Fixed improper configuration file import in JACK headless mode.
  • Fixed segmentation fault error in JACK headless mode when JACK connection was lost.
  • Better control over plugin identifiers in metadata.
  • Added window scaling button function.
  • Added ipadding property to the Label controller.

Release 1.0.3

03 May 16:44
Compare
Choose a tag to compare
  • Introduced effEditKeyDown and effEditKeyUp VST2 event handling if the host prevents
    plugins of receiving X11 events.
  • Introduced JACK connection status indication for JACK plugin format.
  • Added widget controller for text edit.
  • Added methods idle() and kvt_changed() to ui::Module class.
  • Changed the behaviour and contract of ui::Module::reset_settings() method.
  • Updated serialization format of the KVT (Key-Value Tree) for the LV2 plugin format.
  • Updated parameter mapping LV2 URI for KVT.
  • Fixed bugs related to usage of custom installation prefix.
  • Fixed problem with the UI visibility status update for JACK plugin format
    that could cause problems with missing of some graphical content in the UI.
  • Fixed the XDG data installation script that forced to use '/usr/local/share'
    location for shared icons.
  • Fixed invalid pointer dereference when exporting configuration file.
  • Fixed bug that caused JACK plugins launched in headless mode to crash.
  • Fixed regression related to saving state of some controls using lv2:State interface.
  • Fixed missing serialization for high-precision parameters in the configuration file.
  • Fixed bug related to improper parsing of port name aliases in the UI.
  • Fixed typo in Wavefront Object File Format name.
  • Updated version handling in the UI wrapper that allows to control multiple bundle
    versions in one global configuration file.
  • Fixed bugs of KVT state restoration related to string-typed parameters.

Release 1.0.2

03 May 16:40
Compare
Choose a tag to compare
  • Fixed compiler issue.

Release 1.0.1

21 Mar 20:35
Compare
Choose a tag to compare
  • Bugfixes.
  • Updated build scripts.