diff options
author | David Robillard <d@drobilla.net> | 2013-02-11 02:33:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-11 02:33:45 +0000 |
commit | 74feb92b4caa5e750023dadfb703c8d1bc12ce32 (patch) | |
tree | 2c212f9d49499081bea30e0c7599304b82ea50cd /NEWS | |
parent | a7cf457dff273d032059a481978e451451178241 (diff) | |
download | jalv-74feb92b4caa5e750023dadfb703c8d1bc12ce32.tar.gz jalv-74feb92b4caa5e750023dadfb703c8d1bc12ce32.tar.bz2 jalv-74feb92b4caa5e750023dadfb703c8d1bc12ce32.zip |
Group controls under headings if port group information is available.
Add spinbuttons for precisely setting control values.
Use a more efficient dense layout for controls.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5054 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,12 +1,15 @@ jalv (1.2.1) unstable; * Send time information to plugin when Jack tempo changes + * Group controls under headings if port group information is available + * Add spinbuttons for precisely setting control values + * Use a more efficient dense layout for controls * Make URI map thread-safe, fixing occasional crashes for plugins with UIs * Add menu bar and pass parent widget in Qt version for true UI embedding * Support state:loadDefaultState * Update to waf 1.7.8 and autowaf r90 - -- David Robillard <d@drobilla.net> Sat, 26 Jan 2013 16:18:18 -0500 + -- David Robillard <d@drobilla.net> Sun, 10 Feb 2013 21:32:39 -0500 jalv (1.2.0) stable; |