Timemarkers#

class pyflp.timemarker.TimeMarker[source]#

A marker in the timeline of an Arrangement.

denominator: int | None#

Properties bound directly to one of fixed size or string events.

name: str | None#

Properties bound directly to one of fixed size or string events.

numerator: int | None#

Properties bound directly to one of fixed size or string events.

property position: int | None#
property type: TimeMarkerType | None#

The action with which a time marker is associated.

Enums#

class pyflp.timemarker.TimeMarkerType[source]#
Marker = 0#

Normal text marker.

Signature = 134217728#

Used for time signature markers.

../_images/action.png
class pyflp.timemarker.TimeMarkerID[source]#
Numerator = 33#
Denominator = 34#
Position = 148#
Name = 205#