UI input translated into the capture façade. Plus de détails...
#include <seq_live_capture.h>
Champs de données | |
seq_live_capture_event_type_t | type |
uint8_t | note |
uint8_t | velocity |
uint8_t | voice_index |
systime_t | timestamp |
UI input translated into the capture façade.
uint8_t seq_live_capture_input_t::note |
MIDI note number.
systime_t seq_live_capture_input_t::timestamp |
Absolute timestamp of the event.
seq_live_capture_event_type_t seq_live_capture_input_t::type |
Event type.
uint8_t seq_live_capture_input_t::velocity |
MIDI velocity (0-127).
uint8_t seq_live_capture_input_t::voice_index |
Suggested voice slot.