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

    Interface TrackData

    Represents the data structure for a track in a pattern.

    interface TrackData {
        length: number;
        steps: StepData[];
    }
    Index

    Properties

    Properties

    length: number

    Number of steps in the track. Min: 1, Max: 128.

    steps: StepData[]

    All the step data for the track.