aubio_timestretch_get_transpose method
get the transposition of the time stretching object, in semitones
\param o time stretching object as returned by ::new_aubio_timestretch()
\return transposition of the time stretching object, in semitones
Implementation
double aubio_timestretch_get_transpose(
ffi.Pointer<aubio_timestretch_t> o,
) {
return _aubio_timestretch_get_transpose(
o,
);
}