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

    Interface StepData

    Represents the data structure for a single step in a track.

    interface StepData {
        fx: FX[];
        instrument: number;
        note: number;
    }
    Index

    Properties

    Properties

    fx: FX[]

    Step FX parameters.

    ⚠️ Tracker only supports two FX per step.

    instrument: number

    Instrument index.

    • 0 - 47 = Sample based instruments,
    • 48 - 63 = MIDI instruments
    • 64 -66 = Synth engines
    note: number
    • note has value 0 - 127, but can have special values:
      • -1 - step is empty
      • -2 - Step is off, fade out
      • -3 - Step is off, cut
      • -4 - Step is off, (default)