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

    Interface ProjectHeader

    Represents the header information of a project file.

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

    interface ProjectHeader {
        fileStructureVersion: string;
        fwVersion: string;
        id_file: string;
        size: number;
        type: number;
    }
    Index

    Properties

    fileStructureVersion: string

    The file structure version used in the project. For example: 17.17.17.17.

    fwVersion: string

    The version of the firmware used in the project. Doesn't have to be accurate.

    id_file: string

    The identifier of the file, should always be MT.

    size: number

    The size of the file in bytes.

    type: number

    The type of the file. Should always be 1, which stands for Project.