Tone.TransportEvent
↳ EXTENDS ToneTone.TransportEvent is an internal class used by (Tone.Transport)[Transport] to schedule events. Do no invoke this class directly, it is handled from within Tone.Transport.
CONSTRUCTOR
new Tone.TransportEvent (options
)
options
type:
Object
DEFAULTS
{
once
:
false
,
callback
:
Tone.noOp
}