summaryrefslogtreecommitdiffstats
path: root/bindings/test
AgeCommit message (Collapse)AuthorFilesLines
2019-10-19Clean up Python test suiteDavid Robillard1-49/+154
2019-10-19Fix various issues with Python bindingsDavid Robillard1-4/+2
2019-04-14Use modern LV2 includesDavid Robillard1-1/+1
2019-01-13Update copyright datesDavid Robillard2-2/+2
2019-01-13Clean up includesDavid Robillard1-4/+4
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use.
2016-09-18Fix warningDavid Robillard1-2/+2
2016-09-05Add new hand-crafted Python bindingsDavid Robillard2-53/+272
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.
2016-09-05Fix misleading error messageDavid Robillard1-70/+0
2013-12-19Add support for running plugins from Python by Kaspar Emanuel (fix #939 and ↵David Robillard5-0/+406
#940). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5189 a436a847-0d15-0410-975c-d299462d15a1