Preparing search index...
The search index is not available
Tone.js
Tone.js
PolySynthOptions
Interface PolySynthOptions<Voice>
interface
PolySynthOptions
<
Voice
>
{
context
:
BaseContext
;
maxPolyphony
:
number
;
options
:
RecursivePartial
<
OmitMonophonicOptions
<
VoiceOptions
<
Voice
>
>
>
;
voice
:
VoiceConstructor
<
Voice
>
;
volume
:
number
;
}
Type Parameters
Voice
Hierarchy
InstrumentOptions
PolySynthOptions
Index
Properties
context
max
Polyphony
options
voice
volume
Properties
context
context
:
BaseContext
max
Polyphony
max
Polyphony
:
number
options
options
:
RecursivePartial
<
OmitMonophonicOptions
<
VoiceOptions
<
Voice
>
>
>
voice
voice
:
VoiceConstructor
<
Voice
>
volume
volume
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
max
Polyphony
options
voice
volume
Tone.js
Loading...