ofxAbletonLink is an Ableton Link addon for openFrameworks
To install ofxAbletonLink, move the ofxAbletonLink folder to your of/addons/ folder.
A compiler that supports C++ 11 is required.
ofxAbletonLink relies on link, asio-standalone and catch as submodules. After checking out the
main repositories and change the current directory into ofxabletonlink, those submodules have to be loaded using
git submodule update --init --recursive
example-basic: The simplest demo. This demo acts with other Ableton Link applications.example-animation: A sprite animation speed control demo. This demo acts with other Ableton Link applications. (Thank you Irasutoya)
This gif shows the state of tempo synchronization between our example-basic and Ableton's QLinkHut.
This addon was tested on macOS Sierra only.
