diff options
author | David Robillard <d@drobilla.net> | 2013-12-19 17:50:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-19 17:50:01 +0000 |
commit | 05576eb9976357bc3870095c0d7e284c655ddb52 (patch) | |
tree | e096a9c604deb205f82d613e6065ee2d52ca6436 /NEWS | |
parent | 9a6e476aa52737c328139396098a074804fc6781 (diff) | |
download | lilv-05576eb9976357bc3870095c0d7e284c655ddb52.tar.gz lilv-05576eb9976357bc3870095c0d7e284c655ddb52.tar.bz2 lilv-05576eb9976357bc3870095c0d7e284c655ddb52.zip |
Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #940).
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5189 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,11 +6,12 @@ lilv (0.16.1) unstable; * Support denoting latency ports with lv2:designation lv2:latency * Allow passing NULL port_class to lilv_plugin_get_port_by_designation * Call GetProcAddress with correct calling convention on Windows + * Add support for running plugins from Python by Kaspar Emanuel * lv2info: Don't display invalid control maxes and defaults (patch from Robin Gareus) * lilvmm.hpp: Add wrappers for UI API - -- David Robillard <d@drobilla.net> Thu, 31 Oct 2013 22:48:23 -0400 + -- David Robillard <d@drobilla.net> Thu, 19 Dec 2013 12:48:38 -0500 lilv (0.16.0) stable; |