Skip to content

com.oscleton.sdk.liveset / LiveSet

LiveSet

class LiveSet

LiveSet contains the methods related to the Live set.

Since 1.0

Functions

Name Summary
captureMidi fun captureMidi():Unit
Capture MIDI.
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.