Polyend Tracker Library - v0.1.1
    Preparing search index...

    Interface PatternHeader

    Represents the header information for a pattern.

    ℹ️ There is no need to create this yourself. Use Tracker.createPattern instead.

    interface PatternHeader {
        fileStructureVersion: string;
        fwVersion: number[];
        id_file: string;
        size: number;
        type: number;
    }
    Index

    Properties

    fileStructureVersion: string

    File structure version string.

    fwVersion: number[]

    Firmware version as 4 bytes: [major.minor.patch.beta]. Does not need to be accurate.

    id_file: string

    File type identifier (not used)

    size: number

    Size of the file in bytes.

    type: number

    File type as a number. Currently always 2 (for pattern).