abl_link_set_tempo_callback method

void abl_link_set_tempo_callback(
  1. abl_link link,
  2. abl_link_tempo_callback callback,
  3. Pointer<Void> context
)

Implementation

void abl_link_set_tempo_callback(
  abl_link link,
  abl_link_tempo_callback callback,
  ffi.Pointer<ffi.Void> context,
) {
  return _abl_link_set_tempo_callback(
    link,
    callback,
    context,
  );
}