abl_link_tempo_callback typedef

abl_link_tempo_callback = Pointer<NativeFunction<Void Function(Double, Pointer<Void>)>>

! @brief Register a callback to be notified when the session tempo changes. Thread-safe: yes Realtime-safe: no

@discussion The callback is invoked on a Link-managed thread.

Implementation

typedef abl_link_tempo_callback = ffi.Pointer<
    ffi.NativeFunction<ffi.Void Function(ffi.Double, ffi.Pointer<ffi.Void>)>>;