diff options
author | David Robillard <d@drobilla.net> | 2015-11-08 01:44:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-11-08 01:44:25 +0000 |
commit | add42b10290e261aefa93dac2a1cef659a7c302f (patch) | |
tree | aa194854548e0a18da4904d0a1cf9851ce93b2df /NEWS | |
parent | 5537b613c517e258ed3209ac0f72e012fb314928 (diff) | |
download | jalv-add42b10290e261aefa93dac2a1cef659a7c302f.tar.gz jalv-add42b10290e261aefa93dac2a1cef659a7c302f.tar.bz2 jalv-add42b10290e261aefa93dac2a1cef659a7c302f.zip |
Support numeric and string plugin properties
Also:
* Print plugin/UI communication log in colour if supported
* Update UI when internal plugin state is changed during preset load
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5812 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,11 +2,13 @@ jalv (1.4.7) unstable; * Improve preset support * Support numeric and string plugin properties (event-based control) + * Update UI when internal plugin state is changed during preset load * 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) * Add command prompt to console version for changing controls * Add option to enable plugin trace log messages + * Colorize communication dump if output is a console * Exit on Jack shutdown (Patch from Robin Gareus) * Report Jack latency (Patch from Robin Gareus) * Exit GUI versions on interrupt @@ -14,7 +16,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> Sat, 10 Oct 2015 14:11:00 -0400 + -- David Robillard <d@drobilla.net> Sat, 07 Nov 2015 20:25:59 -0500 jalv (1.4.6) stable; |