Preparing search index...
The search index is not available
Tone.js
Tone.js
MidSideCompressorOptions
Interface MidSideCompressorOptions
The possible options for this node
interface
MidSideCompressorOptions
{
context
:
BaseContext
;
mid
:
Omit
<
CompressorOptions
,
"context"
>
;
side
:
Omit
<
CompressorOptions
,
"context"
>
;
}
Hierarchy (
view full
)
ToneAudioNodeOptions
MidSideCompressorOptions
Index
Properties
context
mid
side
Properties
context
context
:
BaseContext
mid
mid
:
Omit
<
CompressorOptions
,
"context"
>
side
side
:
Omit
<
CompressorOptions
,
"context"
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
mid
side
Tone.js
Loading...
The possible options for this node