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

    Type Alias PulverisateurOscillatorB

    key value
    type object

    The Pulverisateur's second oscillator. Same as the first one, but can be synced to the first one's phase.

    type PulverisateurOscillatorB = {
        channel: NexusObject<PulverisateurChannel>;
        hardSyncToOscillatorA: PrimitiveField<boolean, "mut">;
        oscillator: NexusObject<PulverisateurOscillator>;
    }
    Index

    Properties

    Channel object containing common controls

    hardSyncToOscillatorA: PrimitiveField<boolean, "mut">

    If this is true, then whenever oscillator A's phase restarts, oscillator B's phase is restarted as well.

    key value
    default false
    is api.TargetType.AutomatableParameter

    Oscillator object containing common controls