diff options
author | David Robillard <d@drobilla.net> | 2015-10-10 03:14:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-10 03:14:17 +0000 |
commit | fecfdd11d369541bafdd89d23871cacc0f80b1b4 (patch) | |
tree | 0e77727f7d471ebf79fdd3344088d0db5df5292b /NEWS | |
parent | c9610bf31995a51b61cf2bedb8855b00e3132518 (diff) | |
download | jalv-fecfdd11d369541bafdd89d23871cacc0f80b1b4.tar.gz jalv-fecfdd11d369541bafdd89d23871cacc0f80b1b4.tar.bz2 jalv-fecfdd11d369541bafdd89d23871cacc0f80b1b4.zip |
Support numeric plugin properties
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5762 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ jalv (1.4.7) unstable; * Improve preset support + * Support numeric plugin properties (event-based control) * Add generic Qt control UI from Amadeus Folego * Set Jack port order metadata * Allow Jack client name to be set from command line (thanks Adam Avramov) @@ -12,7 +13,7 @@ jalv (1.4.7) unstable; * Use moc-qt4 if present for systems with multiple Qt versions * Add Qt5 version - -- David Robillard <d@drobilla.net> Fri, 09 Oct 2015 18:00:22 -0400 + -- David Robillard <d@drobilla.net> Fri, 09 Oct 2015 22:58:33 -0400 jalv (1.4.6) stable; |