aubio_tempo_get_last_ms method

double aubio_tempo_get_last_ms(
  1. Pointer<aubio_tempo_t> o
)

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