Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.11 KB

readme.md

File metadata and controls

29 lines (18 loc) · 1.11 KB

ofxAbletonLink

ofxAbletonLink is an Ableton Link addon for openFrameworks

Installation

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

Examples

  • 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)

Demo

This gif shows the state of tempo synchronization between our example-basic and Ableton's QLinkHut.

https://gyazo.com/95d1fde2180d1f6b1156bfe96196c1c5

Note

This addon was tested on macOS Sierra only.