disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Execution Utility Functions

When using the api/session/python/execute endpoint without a module name, some additional global variables and functions are available to help access the Designer environment.

This is an active area of development, if some aspects of the Designer environment are verbose or difficult to access let us know!

Time helpers

Track Time

trackTime() -> float

Returns the current track time for the current transport in seconds, this is equivalent to LocalState.localState().currentTransport.player.trackTime

Running Time

runningTime() -> float

Returns the length of time the application has been running in seconds, this is equivalent to LocalState.localState().currentTransport.player.runningTime