disguise developers

Designer Plugins

Plugins for Disguise Designer software.

SuperTrack

Base class: Resource

Subclasses: Track

Properties

DMX_fixtures : int

arrows : List[Arrow]

audio_sections : List[AudioSection]

bpm : float

clock_divide : float

count_in_beats : float

layers : List[SuperLayer]

lengthInBeats : float

lengthInSec : float (Read-Only)

notes : TimeSequence[str]

quant : int

Variables

EditEnd : Final = 1

EditStart : Final = 0

Next : Final = 1

Prev : Final = -1

Methods

addLayer(self, l: SuperLayer, t: float, iLayer: int)

addLayerToGroup(self, l: SuperLayer, g: GroupLayer)

addNewLayer(self, moduleType: Type, t: float, length: float, name: str) -> Layer

audioTrack(self, iBeat: float) -> AudioTrack

beatIsEnd(self, iBeat: float) -> bool

beatIsStart(self, iBeat: float) -> bool

beatIsValid(self, iBeat: float) -> bool

beatToTime(self, iBeat: float) -> float

bpmAt(self, iBeat: float) -> float

checkBadResources(self)

clearArrows(self)

contains(self, sl: SuperLayer, searchLeafOnly: bool) -> bool

duplicateLayer(self, l: SuperLayer, duplicateName: str) -> SuperLayer

duplicateLayerIndex(self, l: SuperLayer, duplicateName: str, index: int) -> SuperLayer

enableRender(self, onOff: bool)

extractLayerFromGroup(self, l: SuperLayer)

findBeatOfLastNote(self, tBeats: float) -> float

findBeatOfNextNote(self, tBeats: float) -> float

findLayerByName(self, name: str) -> Layer

findLayerIndex(self, layer: SuperLayer) -> int

getLayersAssociatedWithPatch(self, patch: ControlPatch) -> List[Layer]

getLeafLayers(self, node: Type) -> List[Layer]

globalBeatToLocalBeat(self, iBeat: float) -> float

groupLayers(self, layers: List[SuperLayer], name: str, smart: bool)

makeArrow(self, src: Layer, dest: Layer)

moveLayerToIndex(self, l: SuperLayer, newIndex: int)

moveLayerToIndexInGroup(self, l: SuperLayer, newIndex: int)

moveLayersDown(self, layers: List[SuperLayer])

moveLayersUp(self, layers: List[SuperLayer])

nLayers(self) -> int

noteAtBeat(self, iBeat: float) -> str

removeArrow(self, toRemove: Arrow)

removeInvalidLayers(self)

removeLayer(self, layerToRemove: SuperLayer) -> int

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

splitLayersAtBeat(self, selectedLayers: List[SuperLayer], t: float) -> List[SuperLayer]

timeToBeat(self, tSec: float) -> float

ungroupLayer(self, g: GroupLayer)