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

    Type Alias PulverisateurOscillatorC

    key value
    type object

    The Pulverisateur's third oscillator. Same as the first one, but can be tracked by the keyboard.

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

    Properties

    Channel object containing common controls

    doesTrackKeyboard: PrimitiveField<boolean, "mut">

    Whether this oscillator's pitch is tracked by the keyboard. If does_track_keyboard is off, then the oscillator plays as if every incoming note was a C4/midi 60. If it's on, it behaves the same as oscillator A & B.

    key value
    default true
    is api.TargetType.AutomatableParameter

    Oscillator object containing common controls