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