diff options
author | David Robillard <d@drobilla.net> | 2015-10-09 22:00:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-09 22:00:54 +0000 |
commit | 179200bf87a153e1103a3bbe6133c9f5339d62d2 (patch) | |
tree | da5ef637c94c8bc19d168db40997e91a06d4456a /NEWS | |
parent | 5791a2a5bb3db7784f87efbb181cf8151a40c2de (diff) | |
download | jalv-179200bf87a153e1103a3bbe6133c9f5339d62d2.tar.gz jalv-179200bf87a153e1103a3bbe6133c9f5339d62d2.tar.bz2 jalv-179200bf87a153e1103a3bbe6133c9f5339d62d2.zip |
Allow Jack client name to be set from command line
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5760 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ jalv (1.4.7) unstable; * Improve preset support * 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 * Exit on Jack shutdown (Patch from Robin Gareus) * Report Jack latency (Patch from Robin Gareus) @@ -11,7 +12,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, 12 Sep 2015 12:02:48 -0400 + -- David Robillard <d@drobilla.net> Fri, 09 Oct 2015 18:00:22 -0400 jalv (1.4.6) stable; |