disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

SectionInfo

Info about a given section on a Track.

Properties

iSection : int

The index of the section, 0-based.

tEnd : float

The last beat of the section.

tStart : float

The first beat of the section.

transition : TrackTransitionInfo

Information on how the section should be transitioned to. If None, the track or global transition takes precendence.

Constructors

__init__(self, arg0: SectionInfo)