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

    Interface LFO

    LFO Properties object

    interface LFO {
        amount: number;
        shape: LFO_SHAPE;
        speed: LFO_SPEED;
    }
    Index

    Properties

    Properties

    amount: number

    LFO value. Valid range: 0.0 - 1.0 (integer).

    shape: LFO_SHAPE

    Shape of the LFO.

    LFO_SHAPE

    speed: LFO_SPEED

    LFO Rate / Speed.

    LFO_SPEED