f_link_bindings_generated library
Classes
- abl_link
- ! @brief The representation of an abl_link instance
- abl_link_session_state
- ! @brief The representation of the current local state of a client in a Link Session
- FLinkBindings
-
Bindings for
src/link/extensions/abl_link/include/abl_link.h
.
Typedefs
-
abl_link_num_peers_callback
= Pointer<
NativeFunction< Void Function(Uint64, Pointer< >Void> )> - ! @brief Register a callback to be notified when the number of peers in the Link session changes. Thread-safe: yes Realtime-safe: no
-
abl_link_start_stop_callback
= Pointer<
NativeFunction< Void Function(Bool, Pointer< >Void> )> - ! brief: Register a callback to be notified when the state of start/stop isPlaying changes. Thread-safe: yes Realtime-safe: no
-
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