diff options
author | David Robillard <d@drobilla.net> | 2016-09-05 02:23:25 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-05 02:23:25 -0400 |
commit | c9a93f83de23c657e40b5f689c9faaa3b3c8828d (patch) | |
tree | d82e18e54f04e94fc07f9bfdaf32b8fd71cd6c9d /NEWS | |
parent | 5be277f5d9d2bbfa58028fb7522da4781450d6c4 (diff) | |
download | lilv-c9a93f83de23c657e40b5f689c9faaa3b3c8828d.tar.gz lilv-c9a93f83de23c657e40b5f689c9faaa3b3c8828d.tar.bz2 lilv-c9a93f83de23c657e40b5f689c9faaa3b3c8828d.zip |
Add new hand-crafted Python bindings
New bindings are Pythonic, supporting iteration, DWIM type conversion,
pretty printing, and so on, where possible. Updated test suite covers
100% of binding code. Which is to say: add real Python bindings.
As far as the Lilv API itself is concerned, you can do everything via
Python. However, more work is needed to make fancy wrappers for parts
of LV2 itself (MIDI, URI map, etc) to be able to run advanced plugins.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,6 @@ lilv (0.22.1) unstable; + * Add new hand-crafted Pythonic bindings with full test coverage * Add lv2apply utility for applying plugins to audio files * Add lilv_state_set_metadata() for adding state banks/comments/etc (based on patch from Hanspeter Portner) @@ -14,11 +15,10 @@ lilv (0.22.1) unstable; * Fix loading dyn-manifest from bundles with spaces in their path * Check lv2:binary predicate for UIs * Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT defines - * Fix Python bindings * Fix documentation installation * Fix outdated comment references to lilv_uri_to_path() - -- David Robillard <d@drobilla.net> Sun, 04 Sep 2016 15:43:02 -0400 + -- David Robillard <d@drobilla.net> Mon, 05 Sep 2016 02:22:39 -0400 lilv (0.22.0) stable; |