Versioning
Binary releases are the mostly actual releases and contain all possible plugins. These are packaged into archive named according to the following format:
lsp-plugins-<format>-<major>.<minor>.<micro>-<arch>.tar.gz
The property <format> is the format of plugins, currently available:
- jack - standalone version of plugins that require JACK for execution
- ladspa - plugins in LADSPA format (not all plugins due to format's restriction)
- lv2 - plugins in LV2 format
- lxvst - plugins in LinuxVST (VST v2.4) format
Supporetd architectures (<arch>) are currently i586, x86_64 and armv7a. Properties <major>, <minor> and <micro> form the version of release. If the <micro> version is odd, it contains mostly bug-fixes and patches for the plugin modules. The even <micro> version of plugins contains new features and, in most cases, new plugin series. The history of changes may be seen in attached CHANGELOG.txt.
Source code is also ready for building, see 'BUILDING' section for details.