A directory of extensions and libraries for the OpenFrameworks creative coding toolkit. Compiled fresh from Github daily.
An Open Frameworks implementation of the Ableton Live API
Originally created: 21 June, 2010
Last updated: 15 August, 2011
An Open Frameworks / C++ wrapper for communicating with Ableton Live via OSC.
Peter Marks (petertmarks [at] gmail [dot] com)
This is an immature library that's not being actively developed by the original author. I'm not currently using Open Frameworks, but have been asked to provide further documentation for this code. Hopefully it will be of use to someone who wants to integrate Open Frameworks with Ableton, but its by no means a complete solution.
new liveSet; => Scans current live set, copies set info, track info, clip info, device info and device param info into C++ objects of type liveSet, liveTrack, liveClip, liveDevice and liveParam.
liveSet->play(); => Plays current live set
liveSet->clips; => Returns vector containing liveClip objects
liveClip->fire(); => fires selected clip object
liveParam->setVal(0.5) => Set the vale of a param object.