#include <ui_keyboard_app.h>
Champs de données | |
void(* | note_on )(uint8_t ch, uint8_t note, uint8_t vel) |
void(* | note_off )(uint8_t ch, uint8_t note, uint8_t vel) |
void(* | all_notes_off )(uint8_t ch) |
uint8_t | midi_channel |
uint8_t | velocity |
Sink neutre (fourni par ui_keyboard_bridge → ui_backend).
void(* ui_keyboard_note_sink_t::all_notes_off) (uint8_t ch) |
uint8_t ui_keyboard_note_sink_t::midi_channel |
void(* ui_keyboard_note_sink_t::note_off) (uint8_t ch, uint8_t note, uint8_t vel) |
void(* ui_keyboard_note_sink_t::note_on) (uint8_t ch, uint8_t note, uint8_t vel) |
uint8_t ui_keyboard_note_sink_t::velocity |