1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
= Version 5 on 2009-06-13 =
* slv2 is no longer required
* cache list of suitable plugins
* speedup plugin list window
* new tool, zynspect, that can be used to list and inspect available
lv2 plguins.
* Fix assert when restoring rack presets
* By default, sort plugins by name
* Experimental support for dynmanifest extension. Combined with
NASPRO allows loading ladspa plugins in lv2rack.
* Set plugin GUI window's role to "plugin_ui" (for WM kludges etc)
* single plugin mode for lv2rack
* Hide external UIs when zynjacku/lv2rack quits
= Version 4 on 2009-01-28 =
* lv2rack does no longer require PHAT (it was not really using it even
in zynjacku-3 release)
* Support for out of process plugin UIs (the upcomming nekobee release
should use it)
* Don't crash when trying to load non-existing plugin (specified by
supplying plugin URI at commandline)
* Don't crash with some plugins (NULL extension_data)
= Version 3 on 2009-01-21 =
* Plugin presets (save/restore)
* Support for Calf plugins (various extensions needed by development
version)
* MIDI CC/Pitchwheel automation. Not yet available for custom
UIs. Works for float parameters only.
* Replace PHAT fansliders with bundled knobs. PyPhat is no longer
required.
* lv2dynparam host library is now optional. To enable support for
dynparam plugins (lv2zynadd) lv2dynparam1 version 2 is needed.
= Version 2 on 2008-11-30 =
* zynjacku codebase updated to the latest state of LV2 art. Especially,
event MIDI port synths are now supported.
* The tarball now contains lv2rack - a host for LV2 effect plugins.
* Saving/restoring of presets. Does not work for dynparam plugins yet.
* LASH support (autodetected at runtime).
* Lot of general fixes that should make zynjacku more usable.
= Version 1 on 2008-01-09 =
* Initial release
|