BeatTimer
A stopwatch that uses .beat time.
- No init options.
- No arithmatic options.
- No comparasions.
Conversions
str
start()Start or resume the timer.
stop()Stop the timer. This does not reset it.
reset()Reset the timer.
get_beats()Returns the elasped time in beats.
get_beattime()Returns the elapsed time in a BeatTime format.