Class Midi.BeatTracker
implements
Time.Clock
Constructors
BeatTracker
(
Midi.Input
connection,
float
bpm)
Methods
start
()
immediately request the clock to start
stop
()
immediately request the clock to stop
Constructor Documentation
BeatTracker
(
Midi.Input
connection,
float
bpm)
Parameters
connection (
Midi.Input
)
bpm (
float
)
Method Documentation
void
start
()
immediately request the clock to start
void
stop
()
immediately request the clock to stop
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
.