Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-21 | Fix Python memory leaks | David Robillard | 1 | -2/+8 | |
2019-10-21 | Fix memory error in Python World.unload_resource() | David Robillard | 1 | -1/+3 | |
This is pretty ridiculous behaviour on behalf of the GC, if you ask me. | |||||
2019-10-21 | Make Python bindings more Pythonic | David Robillard | 1 | -4/+32 | |
2019-10-21 | Clean up Python bindings | David Robillard | 1 | -977/+884 | |
2019-10-21 | Fix memory errors and Python 3.4+ compatibility in Python bindings | David Robillard | 1 | -122/+186 | |
2019-10-19 | Fix various issues with Python bindings | David Robillard | 1 | -23/+76 | |
2017-01-04 | Lilv 0.24.2v0.24.2 | David Robillard | 1 | -2/+2 | |
2016-09-20 | Update Python documentation version | David Robillard | 1 | -2/+2 | |
2016-09-05 | Improve Python documentation | David Robillard | 1 | -32/+49 | |
2016-09-05 | Fix Python documentation generation | David Robillard | 3 | -8/+39 | |
2016-09-05 | Add Python binding documentation generator | David Robillard | 3 | -0/+453 | |
2016-09-05 | Add missing file | David Robillard | 1 | -0/+1732 | |
2016-09-05 | Add new hand-crafted Python bindings | David Robillard | 1 | -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-13 | Improved/working lv2_apply.py to apply plugin to a .wav (fix #969). | David Robillard | 1 | -84/+151 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5409 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-09 | Python3 fixes (#915). | David Robillard | 1 | -8/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5142 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-05-16 | Actually rename `swig' directory `bindings'... | David Robillard | 2 | -0/+105 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3268 a436a847-0d15-0410-975c-d299462d15a1 |