diff options
author | David Robillard <d@drobilla.net> | 2012-09-30 22:05:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-30 22:05:57 +0000 |
commit | f4712be632b28d3078fed22f845c1d3eae1f3ad0 (patch) | |
tree | 01430e38317fec3271d97eee003cf755cd303a9f /NEWS | |
parent | 72886d138d8365d3ccd68e7dc0cec9ebd6ce8533 (diff) | |
download | jalv-f4712be632b28d3078fed22f845c1d3eae1f3ad0.tar.gz jalv-f4712be632b28d3078fed22f845c1d3eae1f3ad0.tar.bz2 jalv-f4712be632b28d3078fed22f845c1d3eae1f3ad0.zip |
Refuse to instantiate plugins which require unsupported features.
Support LV2 buf-size extension (with all features).
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4796 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ jalv (9999) unstable; * Tolerate loading presets with port values that aren't xsd:decimal * Notify plugins of Jack transport changes by sending events (an atom:Blank with properties from the LV2 time extension) + * Refuse to instantiate plugins which require unsupported features + * Support LV2 buf-size extension (with all features) * Add Gtk3 UI * Port to Windows * Fix Jack Session support |