Skip to content

Controller

OSController allows you control multiple parts of Ableton Live from your iOS device.

As an example, the following snippet lets you start playing the current Live set:

OscletonSDK.instance.controller.play()
[[[OscletonSDK instance] controller] play];