@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias RasselbockReverse

    key value
    type object

    Configuration for the rasselbock reverse effect. The reverse effect writes the incoming signal to the delay line during the first half of every step, then plays it back in reverse during the second half.

    type RasselbockReverse = {
        isMuted: PrimitiveField<boolean, "mut">;
        isSoloed: PrimitiveField<boolean, "mut">;
    }
    Index

    Properties

    Properties

    isMuted: PrimitiveField<boolean, "mut">

    If is_muted=true, this effect is bypassed.

    key value
    default false
    is api.TargetType.AutomatableParameter
    isSoloed: PrimitiveField<boolean, "mut">

    If is_soloed=true, effects that don't have is_soloed=true are bypassed.

    key value
    default false
    is api.TargetType.AutomatableParameter