Preparing search index...
The search index is not available
Tone.js
Tone.js
PulseOscillatorOptions
Interface PulseOscillatorOptions
Pulse Oscillator
interface
PulseOscillatorOptions
{
context
:
BaseContext
;
detune
:
number
;
frequency
:
Unit
.
Frequency
;
mute
:
boolean
;
onstop
:
onStopCallback
;
phase
:
number
;
type
:
"pulse"
;
volume
:
number
;
width
:
number
;
}
Hierarchy
BaseOscillatorOptions
PulseOscillatorOptions
Index
Properties
context
detune
frequency
mute
onstop
phase
type
volume
width
Properties
context
context
:
BaseContext
detune
detune
:
number
frequency
frequency
:
Unit
.
Frequency
mute
mute
:
boolean
onstop
onstop
:
onStopCallback
phase
phase
:
number
type
type
:
"pulse"
volume
volume
:
number
width
width
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
detune
frequency
mute
onstop
phase
type
volume
width
Tone.js
Loading...
Pulse Oscillator