Type alias OscillatorParams

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

Type declaration

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

Generated using TypeDoc