Preparing search index...
The search index is not available
Tone.js
Tone.js
SamplerOptions
Interface SamplerOptions
interface
SamplerOptions
{
attack
:
Unit
.
Time
;
baseUrl
:
string
;
context
:
BaseContext
;
curve
:
OneShotSourceCurve
;
onerror
:
(
(
error
)
=>
void
)
;
onload
:
(
(
)
=>
void
)
;
release
:
Unit
.
Time
;
urls
:
SamplesMap
;
volume
:
number
;
}
Hierarchy
InstrumentOptions
SamplerOptions
Index
Properties
attack
base
Url
context
curve
onerror
onload
release
urls
volume
Properties
attack
attack
:
Unit
.
Time
base
Url
base
Url
:
string
context
context
:
BaseContext
curve
curve
:
OneShotSourceCurve
onerror
onerror
:
(
(
error
)
=>
void
)
Type declaration
(
error
)
:
void
Parameters
error
:
Error
Returns
void
onload
onload
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
release
release
:
Unit
.
Time
urls
urls
:
SamplesMap
volume
volume
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
attack
base
Url
context
curve
onerror
onload
release
urls
volume
Tone.js
Loading...