Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 996 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 996 Bytes

LinkToPy

A python module for interfacing with Ableton Link via Carabiner.

Installation

pip install LinkToPy

Requires

Usage

>>> import LinkToPy
>>> link = LinkToPy.LinkInterface(<path_to_carabiner>)
>>> print(link.bpm_)
120.0

About

This module provides a wrapper for Carabiner, a TCP based connector for Ableton Link. link-to-py communicates via TCP to Carabiner, which in turn listens and controls Link. Carabiner must build on your system to use this module and will be run automatically by this module.

Tested on Linux, python 2.7 and 3.6 (unbuntu and raspbian).

API

All functions provided by Carabiner are available in this module:

[TODO]

Addtionally, link-to-py provides the following extra functions:

[TODO]

Contributors

Special thanks to @brunchboy for words of wisdom and Carabiner: