Clip Command Target
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.