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

Properties

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

Generated using TypeDoc