overtone / ableton-link

GNU General Public License v3.0
17 stars 3 forks source link

Ableton Link for Clojure Clojars Project

"Link is a technology that keeps devices in time over a local network, so you can forget the hassle of setting up and focus on playing music."

https://www.ableton.com/en/link/

overtone.ableton-link is a glue between the official open source c++ library and Clojure via JNA. This library provides precompiled binaries which have been tested on various computers.

Special thanks to 2bbb for his wonderful node-abletonlink

Supported platforms

(other platforms upon request, open a ticket)

Firewall

For Windows and Machintosh, make sure to accept the firewall dialog that appears as you enable ableton-link, for linux users that use firewall, make sure that port 20808 is open, with iptables this would be

iptables -A INPUT -p tcp --dport 20808 -j ACCEPT
service iptables restart

(to make iptable rule permanent, please use google)

API

overtone.ableton-link

LICENCE

Overtone's Ableton-Link is licensed under GPLv3+