Planned mutation returned to the caller. Plus de détails...
#include <seq_live_capture.h>
Champs de données | |
seq_live_capture_event_type_t | type |
size_t | step_index |
int32_t | step_delta |
uint8_t | voice_index |
uint8_t | note |
uint8_t | velocity |
int8_t | micro_offset |
int8_t | micro_adjust |
bool | quantized |
systime_t | input_time |
systime_t | scheduled_time |
Planned mutation returned to the caller.
systime_t seq_live_capture_plan_t::input_time |
Raw timestamp of the incoming event.
int8_t seq_live_capture_plan_t::micro_adjust |
Quantize correction compared to raw input.
int8_t seq_live_capture_plan_t::micro_offset |
Planned micro-timing offset (-12..+12).
uint8_t seq_live_capture_plan_t::note |
MIDI note number.
bool seq_live_capture_plan_t::quantized |
True if quantize altered the timing.
systime_t seq_live_capture_plan_t::scheduled_time |
Timestamp at which the event should play.
int32_t seq_live_capture_plan_t::step_delta |
Signed offset relative to the latest clock step.
size_t seq_live_capture_plan_t::step_index |
Target step index inside the pattern.
seq_live_capture_event_type_t seq_live_capture_plan_t::type |
Event type echoed back.
uint8_t seq_live_capture_plan_t::velocity |
MIDI velocity.
uint8_t seq_live_capture_plan_t::voice_index |
Voice slot to affect.