#include <seq_engine.h>
Champs de données | |
uint8_t | voice |
uint8_t | note |
uint8_t | velocity |
NOTE ON payload describing a voice activation.
uint8_t seq_engine_note_on_t::note |
MIDI note number.
uint8_t seq_engine_note_on_t::velocity |
MIDI velocity.
uint8_t seq_engine_note_on_t::voice |
Voice index associated with the NOTE ON.