Interface ToneOscillatorNodeOptions

interface ToneOscillatorNodeOptions {
    context: BaseContext;
    curve: OneShotSourceCurve;
    detune: number;
    fadeIn: Unit.Time;
    fadeOut: Unit.Time;
    frequency: Unit.Frequency;
    onended: onEndedCallback;
    type: OscillatorType;
}

Hierarchy

  • OneShotSourceOptions
    • ToneOscillatorNodeOptions

Properties

context: BaseContext
curve: OneShotSourceCurve
detune: number
fadeIn: Unit.Time
fadeOut: Unit.Time
frequency: Unit.Frequency
onended: onEndedCallback
type: OscillatorType