PokéRogue
    Preparing search index...

    Interface OscillatorOptions

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

    Hierarchy (View Summary)

    Index

    Properties

    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    detune?: number
    frequency?: number
    periodicWave?: PeriodicWave