Type Alias OscillatorParams

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