Skip to content

Home

All Types

Name Summary
com.oscleton.sdk.configuration.Configuration (extensions in package com.oscleton.sdk.callbacks)
com.oscleton.sdk.callbacks.configuration.ConfigurationCallbacks ConfigurationCallbacks contains callbacks triggered by the Live configuration changes.
com.oscleton.sdk.devices.Devices (extensions in package com.oscleton.sdk.callbacks)
com.oscleton.sdk.callbacks.devices.DevicesCallbacks DevicesCallbacks contains callbacks triggered by the Live devices changes.
com.oscleton.sdk.liveset.LiveSet (extensions in package com.oscleton.sdk.callbacks)
com.oscleton.sdk.callbacks.liveset.LiveSetCallbacks LiveSetCallbacks contains callbacks triggered by the Live set changes.
com.oscleton.sdk.callbacks.configuration.listeners.OnComputerIPDiscoveryCancelListener Interface definition for a callback to be invoked when the computer IP discovery is cancelled.
com.oscleton.sdk.callbacks.configuration.listeners.OnComputerIPDiscoveryErrorListener Interface definition for a callback to be invoked when the computer IP discovery failed to connect automatically to the computer running Ableton Live.
com.oscleton.sdk.callbacks.configuration.listeners.OnComputerIPDiscoveryProgressListener Interface definition for a callback to be invoked when the computer IP discovery progress updates, from 0 to 1.
com.oscleton.sdk.callbacks.configuration.listeners.OnComputerIPDiscoveryStartListener Interface definition for a callback to be invoked when the computer IP discovery starts in order to connect automatically to the computer running Ableton Live.
com.oscleton.sdk.callbacks.configuration.listeners.OnComputerIPDiscoverySuccessListener Interface definition for a callback to be invoked when the computer IP discovery succeeded to connect automatically to the computer running Ableton Live.
com.oscleton.sdk.callbacks.configuration.listeners.OnConnectionErrorListener Interface definition for a callback to be invoked when the connection to the computer running Ableton Live failed.
com.oscleton.sdk.callbacks.configuration.listeners.OnConnectionSuccessListener Interface definition for a callback to be invoked when the mobile device is connected to the computer running Ableton Live.
com.oscleton.sdk.callbacks.devices.listeners.OnMasterDeviceParameterChangeListener Interface definition for a callback to be invoked when a master device parameter changes.
com.oscleton.sdk.callbacks.tracks.listeners.OnMasterParameterChangeListener Interface definition for a callback to be invoked when a master parameter changes.
com.oscleton.sdk.callbacks.configuration.listeners.OnQuitListener Interface definition for a callback to be invoked when Ableton Live quits.
com.oscleton.sdk.callbacks.devices.listeners.OnReturnDeviceParameterChangeListener Interface definition for a callback to be invoked when a return device parameter changes.
com.oscleton.sdk.callbacks.tracks.listeners.OnReturnParameterChangeListener Interface definition for a callback to be invoked when a return parameter changes.
com.oscleton.sdk.callbacks.configuration.listeners.OnStartListener Interface definition for a callback to be invoked when Ableton Live starts.
com.oscleton.sdk.callbacks.liveset.listeners.OnTempoChangeListener Interface definition for a callback to be invoked when the live set tempo changes.
com.oscleton.sdk.callbacks.devices.listeners.OnTrackDeviceParameterChangeListener Interface definition for a callback to be invoked when a track device parameter changes.
com.oscleton.sdk.callbacks.tracks.listeners.OnTrackParameterChangeListener Interface definition for a callback to be invoked when a track parameter changes.
com.oscleton.sdk.callbacks.tracks.listeners.OnTrackSendChangeListener Interface definition for a callback to be invoked when a track send changes.
com.oscleton.sdk.tracks.Tracks (extensions in package com.oscleton.sdk.callbacks)
com.oscleton.sdk.callbacks.tracks.TracksCallbacks