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

    Interface InstrumentHeader

    Various instrument file headers. Can be ignored, as they will be auto-created for you.

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

    Properties

    fileStructureVersion: string

    File structure version (as 4 bytes)

    fwVersion: string

    Firmware version (as 4 bytes) used to create this file. Example: Major.Minor.Patch.Beta.

    id_file: string

    File type identifier. Example: TI for instrument.

    size: number

    Size of the instrument data (bytes)

    type: number

    File type as a number. Currently always: 1 (= instrument)