Preparing search index...
The search index is not available
Tone.js
Tone.js
ToneOscillatorNodeOptions
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
Index
Properties
context
curve
detune
fade
In
fade
Out
frequency
onended
type
Properties
context
context
:
BaseContext
curve
curve
:
OneShotSourceCurve
detune
detune
:
number
fade
In
fade
In
:
Unit
.
Time
fade
Out
fade
Out
:
Unit
.
Time
frequency
frequency
:
Unit
.
Frequency
onended
onended
:
onEndedCallback
type
type
:
OscillatorType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
curve
detune
fade
In
fade
Out
frequency
onended
type
Tone.js
Loading...