Skip to content

CLASS

OSTrack

public class OSTrack: NSObject

Data class representing a Live track.

  • Since: 0.1

Properties

index

public var index: Int

The track position in the Live set

name

public var name: String

The track name

type

public var type: OSTrackType

The track type

volume

public var volume: Float

The track volume

pan

public var pan: Float

The track panning

arm

public var arm: Int

The track arm state

mute

public var mute: Int

The track mute state

solo

public var solo: Int

The track solo state