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

    Type Alias PulverisateurOscillator

    key value
    type object

    This object contains fields shared between the 3 main oscillators

    type PulverisateurOscillator = {
        tuneOctaves: PrimitiveField<number, "mut">;
        tuneSemitones: PrimitiveField<number, "mut">;
        waveform: PrimitiveField<number, "mut">;
    }
    Index

    Properties

    tuneOctaves: PrimitiveField<number, "mut">

    Adds or subtracts octaves to the oscillator frequency.

    key value
    default 0
    range [-3, 3]
    is api.TargetType.AutomatableParameter
    tuneSemitones: PrimitiveField<number, "mut">

    Tuning moves the oscillator frequency relative to the incoming note's pitch.

    key value
    default 0
    range [-7, 7]
    is api.TargetType.AutomatableParameter
    waveform: PrimitiveField<number, "mut">

    This parameter selects the waveform shape. There are 4 values that map to a specific waveform; values between any two of them linearly interpolate between the two waveforms.

    0: sine ∿∿∿ 0.3333: triangle ///
    0.6666: sawtooth down |||
    1: square |⎺|⎽|⎺|

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