aubio_tempo_get_last method

int aubio_tempo_get_last(
  1. Pointer<aubio_tempo_t> o
)

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,
  );
}