aperiodic-oscillator
    Preparing search index...

    Interface UnisonOscillatorOptions

    interface UnisonOscillatorOptions {
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        detune?: number;
        frequency?: number;
        numberOfVoices?: number;
        periodicWave?: PeriodicWave;
        spread?: number;
        type?: OscillatorType;
    }

    Hierarchy

    • OscillatorOptions
      • UnisonOscillatorOptions
    Index

    Properties

    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    detune?: number
    frequency?: number
    numberOfVoices?: number
    periodicWave?: PeriodicWave
    spread?: number
    type?: OscillatorType