Skip to content

com.oscleton.sdk.enums / LiveParameter

LiveParameter

object LiveParameter

Constants class representing Live parameters which are emitted by ReactiveReceiver or CallbackReceiver when changing in Ableton Live.

Live parameters can be disabled or re-enabled by calling disableLiveParameters() and enableAllLiveParameters() respectively.

This is useful in case of breaking changes due to Oscleton SDK / MIDI Remote Script version incompatibility to avoid unstable SDK behaviors.

All parameters are enabled by default.

Since 0.5

Properties

Name Summary
DEVICE_PARAMETER const val DEVICE_PARAMETER:String
TRACK_ARM const val TRACK_ARM:String
TRACK_MUTE const val TRACK_MUTE:String
TRACK_PANNING const val TRACK_PANNING:String
TRACK_SEND const val TRACK_SEND:String
TRACK_VOLUME const val TRACK_VOLUME:String

Extension Properties

Name Summary
boolean valAny.boolean:Boolean
Extension property to cast an Any to Boolean.
float valAny.float:Float
Extension property to cast an Any to Float.
int valAny.int:Int
Extension property to cast an Any to Int.
string valAny.string:String
Extension property to cast an Any to String.