aubio_tempo_get_last_ms method
get the time of the latest beat detected, in milliseconds
\param o tempo detection object as returned by ::new_aubio_tempo
Implementation
double aubio_tempo_get_last_ms(
ffi.Pointer<aubio_tempo_t> o,
) {
return _aubio_tempo_get_last_ms(
o,
);
}