diff options
author | David Robillard <d@drobilla.net> | 2013-12-28 02:04:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-28 02:04:31 +0000 |
commit | cfdfb4606a7dac2e25f5ca6b12375cbdcfbb46b2 (patch) | |
tree | 414142fc56e29b037d845046bc799a10eee8c8d5 /NEWS | |
parent | a3aa8a339c30de71de63d22a6141410c15cf251d (diff) | |
download | jalv-cfdfb4606a7dac2e25f5ca6b12375cbdcfbb46b2.tar.gz jalv-cfdfb4606a7dac2e25f5ca6b12375cbdcfbb46b2.tar.bz2 jalv-cfdfb4606a7dac2e25f5ca6b12375cbdcfbb46b2.zip |
Don't expose non-MIDI event ports to Jack (fix #907).
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5220 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,13 +1,14 @@ jalv (1.4.3) unstable; * Add -c option for setting controls from the command line + * Add --no-menu option for jalv.gtk + * Don't expose non-MIDI event ports to Jack * 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, 25 Dec 2013 14:03:37 -0500 + -- David Robillard <d@drobilla.net> Fri, 27 Dec 2013 21:03:33 -0500 jalv (1.4.2) stable; |