Preparing search index...
The search index is not available
Tone.js
Tone.js
DuoSynthOptions
Interface DuoSynthOptions
interface
DuoSynthOptions
{
context
:
BaseContext
;
detune
:
number
;
harmonicity
:
number
;
onsilence
:
onSilenceCallback
;
portamento
:
number
;
vibratoAmount
:
number
;
vibratoRate
:
Unit
.
Frequency
;
voice0
:
Omit
<
MonoSynthOptions
,
keyof
MonophonicOptions
>
;
voice1
:
Omit
<
MonoSynthOptions
,
keyof
MonophonicOptions
>
;
volume
:
number
;
}
Hierarchy
MonophonicOptions
DuoSynthOptions
Index
Properties
context
detune
harmonicity
onsilence
portamento
vibrato
Amount
vibrato
Rate
voice0
voice1
volume
Properties
context
context
:
BaseContext
detune
detune
:
number
harmonicity
harmonicity
:
number
onsilence
onsilence
:
onSilenceCallback
portamento
portamento
:
number
vibrato
Amount
vibrato
Amount
:
number
vibrato
Rate
vibrato
Rate
:
Unit
.
Frequency
voice0
voice0
:
Omit
<
MonoSynthOptions
,
keyof
MonophonicOptions
>
voice1
voice1
:
Omit
<
MonoSynthOptions
,
keyof
MonophonicOptions
>
volume
volume
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
detune
harmonicity
onsilence
portamento
vibrato
Amount
vibrato
Rate
voice0
voice1
volume
Tone.js
Loading...