TransportCommand Category: Transports Base class: GenericCommand Properties sourceIsTimecode : bool tm : TransportManager trackAndBeat : TrackAndBeat Static Methods makeNudgeSection(source: Resource, tm: TransportManager, deltaSection: int) -> TransportCommand makePlayMode(source: Resource, tm: TransportManager, mode: PlayMode) -> TransportCommand makeJumpToFrame(source: Resource, tm: TransportManager, tFrame: int) -> TransportCommand makeNudgeTrack(source: Resource, tm: TransportManager, deltaTrack: int) -> TransportCommand makeNudgeBeat(source: Resource, tm: TransportManager, deltaBeat: float) -> TransportCommand makeJumpToCue(source: Resource, tm: TransportManager, xx: int, yy: int, zz: int, cueMode: CueMode) -> TransportCommand makeNudgeFrame(source: Resource, tm: TransportManager, deltaFrame: int) -> TransportCommand makeJumpToTime(source: Resource, tm: TransportManager, tSec: float) -> TransportCommand makeVolume(source: Resource, tm: TransportManager, volume: float) -> TransportCommand makeBrightness(source: Resource, tm: TransportManager, brightness: float) -> TransportCommand makeJumpToBeat(source: Resource, tm: TransportManager, tBeat: float) -> TransportCommand makeSetSpeed(source: Resource, tm: TransportManager, speed: float) -> TransportCommand makeJumpToMidiNote(source: Resource, tm: TransportManager, iSearchChannel1: int, iSearchChannel2: int, iNote: int, cueMode: CueMode) -> TransportCommand