disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Track

Base class: SuperTrack

Properties

defaultTransitionInfo : TrackTransitionInfo

nSections : int (Read-Only)

sectionTransitions : List[TrackTransitionInfo]

sections : TimeSequence[str]

tags : TimeSequence[str]

tc_adjust : float

This value will be added to timecode chase time, in seconds

trigger_note : str

Methods

adjustCurrentTimecodeTag(self, t: float, dFrames: int)

beatToGlobalTime(self, arg0: float) -> float

beatToSection(self, iBeat: float) -> int

contains(self, arg0: SuperLayer, arg1: bool = True) -> bool

distanceToSection(self, beatsToEdit: float, prevOrNext: int, startOrEnd: int) -> float

findBeatOfLastSection(self, tBeats: float) -> float

findBeatOfLastTag(self, tBeats: float) -> float

findBeatOfNextSection(self, tBeats: float) -> float

findBeatOfNextTag(self, tBeats: float) -> float

formatNoteForBeat(self, beatOfNote: float, tCurrentBeats: float) -> str

globalTimeToBeat(self, tGlobal: float, clockType: int, tDiff: float, tcTagsLimitedToSection: bool) -> float

layerByName(self, name) -> Any

Access layers by a (hopefully) unique name

noteTagSectionBeats(self) -> List[float]

readCueTable(self)

sectionLengthBeats(self, iSection: int) -> float

sectionToBeat(self, iSection: int) -> float

setTagAtBeat(self, iBeat: float, s: str)

splitSectionAtBeat(self, iBeat: float)

tLastBeatInSection(self, t: float) -> float

tagAtBeat(self, iBeat: float) -> str

timeOfNoteContainingBeat(self, arg0: float) -> float

transitionInfoAtBeat(self, beat: float) -> TrackTransitionInfo

transitionInfoAtSection(self, iSection: int) -> TrackTransitionInfo

writeCueTable(self)