ClipCommandTarget

data class ClipCommandTarget(val trackIndex: Int, val clipId: Int, val isMidiClip: Boolean = false, val isMasterTrack: Boolean = false)

The clip a clip-scoped command is being offered for. The identifiers are the ones the rest of this API takes, so a command resolves the clip through the engine rather than through anything carried here.

Constructors

Link copied to clipboard
constructor(trackIndex: Int, clipId: Int, isMidiClip: Boolean = false, isMasterTrack: Boolean = false)

Properties

Link copied to clipboard
val clipId: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard