Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 659 Bytes

Python wrapper for Ableton Link

For a version published on PyPI refer to the munshkr fork.

License:

This depends on Link and pybind11. Please mind the licenses of those libraries and their dependencies.

Get:

git clone --recursive https://github.com/gonzaloflirt/link-python.git

Build:

Make sure python 3 is installed on your system.

mkdir build
cd build
cmake ..
cmake --build .

Run example:

./example/LinkHut.py