Skip to content

bdyetton/LinkToPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A python module for interfacing with Ableton Link.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages