#include <seq_model.h>
Champs de données | |
uint8_t | note |
uint8_t | velocity |
uint8_t | length |
int8_t | micro_offset |
seq_model_voice_state_t | state |
Per-voice information stored for each step.
uint8_t seq_model_voice_t::length |
Step length in sequencer ticks (1-64).
int8_t seq_model_voice_t::micro_offset |
Micro-timing offset (-12..+12).
uint8_t seq_model_voice_t::note |
MIDI note number (0-127).
seq_model_voice_state_t seq_model_voice_t::state |
Active flag.
uint8_t seq_model_voice_t::velocity |
MIDI velocity (0-127).