Skip to content

Ranges

These constants are used to define ranges of values for rec events.

REC_ItemRange module-attribute

REC_ItemRange = 65536

The number of event IDs allocated to each item (channel or mixer track or plugin).

REC_MaxChan module-attribute

REC_MaxChan = 4096

The maximum number of channels supported by FL Studio.

REC_MaxPat module-attribute

REC_MaxPat = 4096

The maximum number of patterns supported by FL Studio.

REC_Chan_First module-attribute

REC_Chan_First = 0

Rec event ID for first event associated with channels.

REC_Chan_Last module-attribute

REC_Chan_Last = REC_MaxChan * REC_ItemRange - 1

Rec event ID for last event associated with channels.

REC_Global_First module-attribute

REC_Global_First = 16384 * REC_ItemRange

Rec event ID for first event associated with global FL Studio parameters.

REC_Global_Last module-attribute

REC_Global_Last = REC_Global_First + REC_ItemRange

Rec event ID for last event associated with global FL Studio parameters.