Brick Groove Machine 0.9.3
Firmware embarqué pour contrôleur/synthé Brick
 
Chargement...
Recherche...
Aucune correspondance
Référence de la structure ui_keyboard_note_sink_t

#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
 

Description détaillée

Sink neutre (fourni par ui_keyboard_bridge → ui_backend).

Documentation des champs

◆ all_notes_off

void(* ui_keyboard_note_sink_t::all_notes_off) (uint8_t ch)

◆ midi_channel

uint8_t ui_keyboard_note_sink_t::midi_channel

◆ note_off

void(* ui_keyboard_note_sink_t::note_off) (uint8_t ch, uint8_t note, uint8_t vel)

◆ note_on

void(* ui_keyboard_note_sink_t::note_on) (uint8_t ch, uint8_t note, uint8_t vel)

◆ velocity

uint8_t ui_keyboard_note_sink_t::velocity

La documentation de cette structure a été générée à partir du fichier suivant :