Playlist#

class pyflp.arrangement.PLItemBase[source]#
group: int | None#

Returns 0 for no group, else a group number for clips in the same group.

length: int | None#

PPQ-dependant quantity.

muted: bool | None#

Whether muted / disabled in the playlist. New in FL Studio v9.0.0.

property offsets: tuple[float, float]#

Returns a (start, end) offset tuple.

An offset is the distance from the itemโ€™s actual start or end.

position: int | None#

PPQ-dependant quantity.

class pyflp.arrangement.ChannelPLItem[source]#

Bases: PLItemBase, ModelReprMixin

https://img.shields.io/badge/FL%20Studio-2.0.1+-5f686d?labelColor=ff7629&style=for-the-badge

An audio clip or automation on the playlist of an arrangement.

property channel: Channel#
class pyflp.arrangement.PatternPLItem[source]#

Bases: PLItemBase, ModelReprMixin

https://img.shields.io/badge/FL%20Studio-7.0.0+-5f686d?labelColor=ff7629&style=for-the-badge

A pattern block or clip on the playlist of an arrangement.

property pattern: Pattern#