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

    Interface Automation

    Automation properties. Contains envelope and LFO data.

    interface Automation {
        enabled: boolean;
        envelope: Envelope;
        isLFO: boolean;
        lfo: LFO;
    }
    Index

    Properties

    enabled: boolean

    Indicates if this automation is enabled or disabled.

    envelope: Envelope

    Envelope properties

    isLFO: boolean

    Indicates if this automation is an LFO. If not, use the Envelope instead.

    lfo: LFO

    LFO properties