Will be called for every bar that has clicked.
The offset time from the metronome's start.
The index of the bar (0 <= index).
Will be called for every audible click made. There will be
clicksPerQuarter
of this callback for every quarter() callback.
The offset time from the metronome's start.
The index of the click in the bar (0 <= index <
4 * clicksPerQuarter
).
Will be called for every quarter note that has clicked. There will be 4 of this callback for every bar() callback.
The offset time from the metronome's start.
The index of the quarter in the bar (0 <= index < 4).
Generated using TypeDoc
An abstract base class for providing arbitrary callbacks for the metronome.