diff options
author | David Robillard <d@drobilla.net> | 2013-12-25 19:11:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-25 19:11:30 +0000 |
commit | e0b7e4f26111f0e5dddf6a6b5f2285b39e1e0368 (patch) | |
tree | 81eb9322074a3af06bddd354150d0933f83e3178 /NEWS | |
parent | d8f7e5c92f7e03bfd28cb137ce40536f9f36818f (diff) | |
download | jalv-e0b7e4f26111f0e5dddf6a6b5f2285b39e1e0368.tar.gz jalv-e0b7e4f26111f0e5dddf6a6b5f2285b39e1e0368.tar.bz2 jalv-e0b7e4f26111f0e5dddf6a6b5f2285b39e1e0368.zip |
Add -c option for setting controls from the command line (#816).
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5202 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ jalv (1.4.3) unstable; + * Add -c option for setting controls from the command line * Hide controls for ports with notOnGUI property in generic UI (based on patch from Robin Gareus) * Support ui:portMap feature to allow UIs to avoid hard-coded port indices (useful for compatibility and separately distributed UIs) * Add --no-menu option for jalv.gtk - -- David Robillard <d@drobilla.net> Wed, 18 Dec 2013 22:54:27 -0500 + -- David Robillard <d@drobilla.net> Wed, 25 Dec 2013 14:03:37 -0500 jalv (1.4.2) stable; |