libremidi_flutter_bindings_generated
library
Typedefs
-
DartLrmHotplugCallbackFunction
= void Function(Pointer<Void> context, int event_type)
-
-
DartLrmMidiCallbackFunction
= void Function(Pointer<Void> context, Pointer<Uint8> data, int length, int timestamp)
-
-
LrmHotplugCallback
= Pointer<NativeFunction<LrmHotplugCallbackFunction>>
-
Called when MIDI device is added or removed
event_type: 0 = input_added, 1 = input_removed, 2 = output_added, 3 = output_removed
-
LrmHotplugCallbackFunction
= Void Function(Pointer<Void> context, Int32 event_type)
-
-
LrmMidiCallback
= Pointer<NativeFunction<LrmMidiCallbackFunction>>
-
Called when MIDI message is received
-
LrmMidiCallbackFunction
= Void Function(Pointer<Void> context, Pointer<Uint8> data, Size length, Int64 timestamp)
-