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

    Type Alias PulverisateurAudio

    key value
    type object

    Data structure for Pulverisateur's audio input channel. Audio connected to this input passes through the Pulverisateur as though it were one of the oscillators.

    type PulverisateurAudio = {
        channel: NexusObject<PulverisateurChannel>;
        drive: PrimitiveField<number, "mut">;
    }
    Index

    Properties

    Properties

    Channel object containing common controls

    drive: PrimitiveField<number, "mut">

    The drive parameter applies some distortion to the incoming signal similar to the waveshaper device.

    key value
    default 0
    range [0, 1]
    is api.TargetType.AutomatableParameter