summaryrefslogtreecommitdiffstats
path: root/bindings
AgeCommit message (Collapse)AuthorFilesLines
2020-07-16Clean up includesDavid Robillard1-1/+1
2020-02-23Fix namespace add operator with Python 2David Robillard1-0/+3
In Python 2, a __coerce__ attribute of the Namespace is requested in this case, which ends up producing an error. Work around this by defining a __coerce__ method that does nothing so __getattr__ is not called for it.
2020-02-17Add __add__ magic method to Python Namespace classChristopher Arndt2-0/+6
This allows creating URIs from a Namespace instance by adding a suffix.
2020-02-17Simplify lv2_list_presets.pyDavid Robillard1-4/+2
2020-02-17Allow passing strings for URIs in Python API when unambiguousDavid Robillard2-45/+112
2020-02-17Update Python binding boilerplateDavid Robillard2-4/+4
2020-02-17Add positive Python test for get_port_by_designation()David Robillard2-0/+6
2020-02-17Support checking if Python objects with URIs are in a NodesDavid Robillard2-7/+9
2020-02-17Add portable Python _is_string() utility and use it everywhereDavid Robillard1-5/+12
2019-11-09Add example Python script to list plugin presetsChristopher Arndt1-0/+46
2019-11-09Make Python exceptions more informativeDavid Robillard1-4/+4
2019-10-23Fix Python tests on Python2David Robillard1-5/+15
2019-10-23Skip instance test if numpy is missingDavid Robillard1-1/+5
2019-10-23Fix Python bindings on WindowsDavid Robillard2-5/+13
2019-10-22Fix Python bindings on MacDavid Robillard1-1/+6
2019-10-21Don't depend on order in test expectationsDavid Robillard1-2/+2
2019-10-21Don't print UI URIs in unit testDavid Robillard1-2/+0
2019-10-21Fix Python memory leaksDavid Robillard1-2/+8
2019-10-21Fix memory error in Python World.unload_resource()David Robillard1-1/+3
This is pretty ridiculous behaviour on behalf of the GC, if you ask me.
2019-10-21Make Python bindings more PythonicDavid Robillard2-6/+42
2019-10-21Clean up Python bindingsDavid Robillard2-981/+898
2019-10-21Fix memory errors and Python 3.4+ compatibility in Python bindingsDavid Robillard2-128/+190
2019-10-19Clean up Python test suiteDavid Robillard1-49/+154
2019-10-19Remove old Swig bindingsDavid Robillard2-1812/+0
2019-10-19Fix various issues with Python bindingsDavid Robillard2-27/+78
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.
2017-01-04Lilv 0.24.2v0.24.2David Robillard1-2/+2
2016-09-20Update Python documentation versionDavid Robillard1-2/+2
2016-09-18Fix warningDavid Robillard1-2/+2
2016-09-05Improve Python documentationDavid Robillard1-32/+49
2016-09-05Fix Python documentation generationDavid Robillard3-8/+39
2016-09-05Add Python binding documentation generatorDavid Robillard3-0/+453
2016-09-05Add missing fileDavid Robillard1-0/+1732
2016-09-05Add new hand-crafted Python bindingsDavid Robillard3-75/+289
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
2015-10-09Fix Python bindingsDavid Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5759 a436a847-0d15-0410-975c-d299462d15a1
2015-04-15Fix bindings for Python 3.David Robillard2-3/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5675 a436a847-0d15-0410-975c-d299462d15a1
2015-03-17Fix plugin iteration in Python.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5643 a436a847-0d15-0410-975c-d299462d15a1
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-12-19Add support for running plugins from Python by Kaspar Emanuel (fix #939 and ↵David Robillard7-0/+2174
#940). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5189 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 Robillard3-0/+143
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3268 a436a847-0d15-0410-975c-d299462d15a1