Skip to content

com.oscleton.sdk / Controller

Controller

class ~~Controller~~ Deprecated: Use LiveSet instead

Controller contains the methods to control the current Live set.

Since 0.1

Functions

Name Summary
play fun ~~play~~():Unit
Start playing the current Live set.
redo fun ~~redo~~():Unit
Redo the next action.
setMetronome fun ~~setMetronome~~(enabled:Boolean):Unit
Set the Live set metronome.
setOverdub fun ~~setOverdub~~(enabled:Boolean):Unit
Set the Live set overdub.
setTempo fun ~~setTempo~~(tempo:Float):Unit
Set the Live set global tempo.
stop fun ~~stop~~():Unit
Stop playing the current Live set.
undo fun ~~undo~~():Unit
Undo the previous action.

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.