Skip to content

Release 1.0.3

Choose a tag to compare

@sadko4u sadko4u released this 03 May 16:44
· 875 commits to master since this release
  • 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.