Skip to content

Controller

This class is deprecated and will be removed in version 1.1.0.

Controller allows you control multiple parts of Ableton Live from your Android device.

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

OscletonSDK.instance.controller.play()
OscletonSDK.getInstance().getController().play();