summaryrefslogtreecommitdiffstats
path: root/bindings/python/lv2_apply.py
AgeCommit message (Collapse)AuthorFilesLines
2016-09-05Add new hand-crafted Python bindingsDavid Robillard1-22/+17
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.
2014-07-13Improved/working lv2_apply.py to apply plugin to a .wav (fix #969).David Robillard1-84/+151
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5409 a436a847-0d15-0410-975c-d299462d15a1
2013-06-09Python3 fixes (#915).David Robillard1-8/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5142 a436a847-0d15-0410-975c-d299462d15a1
2011-05-16Actually rename `swig' directory `bindings'...David Robillard1-0/+96
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3268 a436a847-0d15-0410-975c-d299462d15a1