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

    Interface SongData

    Represents the data structure for a song.

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

    interface SongData {
        playlist: number[];
        playlistPos: number;
    }
    Index

    Properties

    playlist: number[]

    An array of pattern indices representing the playlist. The array length is always 255. Using a value of 0 means no pattern is assigned, to the chosen index/slot.

    playlistPos: number

    The index of the active pattern in the song.