Metronome
constructor.
An MetronomeCallback object that contains click(), quarter() and bar() methods to be called during the metronome run time.
The number of clicks the metronome should make per quarter. For example, if clicksPerQuarter=1, then the metronome will click on every quarter note, but if clicksPerQuarter = 4, the metronome will make audible clicks on every sixteenth note.
Returns the time elapsed from when the metronome started.
Returns the time at which the metronome was started at.
Returns true if the metronome has been started.
Starts the metronome with the provided bpm.
Stops the metronome.
Generated using TypeDoc
A Metronome based on Tone.js