The metronome object which the TickSender sends out clock messages for.
The midi out object which the TickSender sends clock messages to.
How many ticks occur per quarter note.
This event fires when the TickSender finishes.
Returns true if the TickSender has been instructed to stop everything by the finish()
method.
The metronome object which the TickSender sends out clock messages for.
Provides a way of identifying tick senders so they can be easily retrieved later
How many ticks occur per quarter note.
Returns the name of this type. This can be used rather than instanceof which is sometimes unreliable.
Provides a way for setting the ref through a chained function call. For example:
clock.addChild(new TickSender(metronome, midiOut).withRef('ticksender'));
The calling object.
The ref to set on the object.
Generated using TypeDoc
The TickSender is used for sending MIDI clock messages out, so that other MIDI devices can stay in sync with a shimi metronome.