Skip to content

com.oscleton.sdk.models / Device

Device

data class Device

Data class representing a Live device.

Constructors

Name Summary
<init> Device(trackIndex:Int, deviceIndex:Int, name:String= "")

Properties

Name Summary
deviceIndex var deviceIndex:Int
The device position in the track
name var name:String
The device name
trackIndex var trackIndex:Int
The track position in the Live set

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.