abl_link_set_tempo_callback method
void
abl_link_set_tempo_callback(
- abl_link link,
- abl_link_tempo_callback callback,
- 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,
);
}