Close

Segment Class

A Segment object describes a single segment from a Timer CHOP.


Members

beginFramesint (Read Only):

The beginning point of the segment expressed in frames.

beginSamplesint (Read Only):

The beginning point of the segment expressed in samples.

beginSecondsfloat (Read Only):

The beginning point of the segment expressed in seconds.

customoDict (Read Only):

Ordered dictionary of all the extra column values associated with the segment.

cyclebool (Read Only):

Whether or not the segment will repeat itself.

cycleEndAlertFramesint (Read Only):

The amount of time before cycling the callback will be executed, expressed in frames.

cycleEndAlertSamplesint (Read Only):

The amount of time before cycling the callback will be executed, expressed in samples.

cycleEndAlertSecondsfloat (Read Only):

The amount of time before cycling the callback will be executed, expressed in seconds.

cycleLimitbool (Read Only):

Whether or not the segment will repeat itself indefinitely.

delayFramesint (Read Only):

The delay portion of the segment expressed in frames.

delaySamplesint (Read Only):

The delay portion of the segment expressed in samples.

delaySecondsfloat (Read Only):

The delay portion of the segment expressed in seconds.

lengthFramesint (Read Only):

The length portion of the segment expressed in frames.

lengthSamplesint (Read Only):

The length portion of the segment expressed in samples.

lengthSecondsfloat (Read Only):

The length portion of the segment expressed in seconds.

maxCyclesint (Read Only):

The maximum number of repetitions.

ownerop (Read Only):

The OP to which this object belongs.

rowint (Read Only):

Named tuple of all the parameter or column values describing the segment.

speedfloat (Read Only):

The speed multiplier of the segment.

indexint (Read Only):

The numeric index of this segment.

Methods

No operator specific methods.