Preparing search index...
The search index is not available
Tone.js
Tone.js
LoopOptions
Interface LoopOptions
interface
LoopOptions
{
callback
:
(
(
time
)
=>
void
)
;
context
:
BaseContext
;
humanize
:
boolean
|
Unit
.
Time
;
interval
:
Unit
.
Time
;
iterations
:
number
;
mute
:
boolean
;
playbackRate
:
number
;
probability
:
number
;
}
Hierarchy (
view full
)
ToneWithContextOptions
LoopOptions
PatternOptions
Index
Properties
callback
context
humanize
interval
iterations
mute
playback
Rate
probability
Properties
callback
callback
:
(
(
time
)
=>
void
)
Type declaration
(
time
)
:
void
Parameters
time
:
number
Returns
void
context
context
:
BaseContext
humanize
humanize
:
boolean
|
Unit
.
Time
interval
interval
:
Unit
.
Time
iterations
iterations
:
number
mute
mute
:
boolean
playback
Rate
playback
Rate
:
number
probability
probability
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
callback
context
humanize
interval
iterations
mute
playback
Rate
probability
Tone.js
Loading...