diff options
author | David Robillard <d@drobilla.net> | 2020-10-11 12:16:31 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-11 12:16:31 +0200 |
commit | 3e5f124c87d96f3cdc9d630ca2233f69eab33345 (patch) | |
tree | 172fee20472e67c0c014d2f362f30f1632194f80 /NEWS | |
parent | e52653bec17f691468fff012957804f1f2085049 (diff) | |
download | jalv-3e5f124c87d96f3cdc9d630ca2233f69eab33345.tar.gz jalv-3e5f124c87d96f3cdc9d630ca2233f69eab33345.tar.bz2 jalv-3e5f124c87d96f3cdc9d630ca2233f69eab33345.zip |
Explicitly support lv2:inPlaceBroken
I believe this is true for both Jack and PortAudio, though neither document it
as a guarantee.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ jalv (1.6.5) unstable; - * Support port events for ui:showInterface UIs * Add a command line argument to select a specific UI + * Explicitly support lv2:inPlaceBroken + * Support port events for ui:showInterface UIs - -- David Robillard <d@drobilla.net> Sun, 05 Apr 2020 11:14:53 +0000 + -- David Robillard <d@drobilla.net> Sun, 11 Oct 2020 10:16:00 +0000 jalv (1.6.4) stable; |