@rendley/sdk - v1.15.5
    Preparing search index...

    Enumeration FadeCurveEnum

    Fade curve presets shared by audio fading and other normalized ramp evaluations.

    Enum values use compact serialized ids rather than descriptive names so projects can store the curve choice without depending on verbose string labels.

    Index

    Enumeration Members

    CUBIC: "cub"
    CUBIC_ROOT: "cbr"
    DOUBLE_EXP_SEAT: "dese"
    DOUBLE_EXP_SIGMOID: "desi"
    EXP_SINE: "esin"
    EXPONENTIAL: "exp"
    HALF_SINE: "hsin"
    INV_HALF_SINE: "ihsin"
    INV_QUARTER_SINE: "iqsin"
    INV_SINE_CARDINAL: "isinc"
    INVERSE_PARABOLA: "ipar"
    LINEAR: "tri"
    LOGARITHMIC: "log"
    LOGISTIC_SIGMOID: "losi"
    PARABOLA: "par"
    QUADRATIC: "qua"
    QUARTER_SINE: "qsin"
    QUARTIC: "quat"
    QUARTIC_ROOT: "quatr"
    SINE_CARDINAL: "sinc"
    SQUARE_HALF_SINE: "hsin2"
    SQUARE_QUARTER_SINE: "qsin2"
    SQUARE_ROOT: "squ"