XSound - v4.0.10
    Preparing search index...

    Type Alias OscillatorParams

    type OscillatorParams = {
        fine?: number;
        octave?: number;
        state?: boolean;
        type?: OscillatorType | OscillatorCustomType;
        volume?: number;
    }
    Index

    Properties

    fine?: number
    octave?: number
    state?: boolean
    type?: OscillatorType | OscillatorCustomType
    volume?: number