#include <seq_engine.h>
Champs de données | |
const seq_model_pattern_t * | pattern |
size_t | step_index |
seq_model_gen_t | last_generation |
bool | step_has_playable_voice |
bool | step_has_automation |
Reader state tracking the current pattern and dirty generation.
seq_model_gen_t seq_engine_reader_t::last_generation |
Snapshot for detecting edits.
const seq_model_pattern_t* seq_engine_reader_t::pattern |
Active pattern.
bool seq_engine_reader_t::step_has_automation |
True when the current step only carries parameter locks.
bool seq_engine_reader_t::step_has_playable_voice |
True when the current step has at least one active voice.
size_t seq_engine_reader_t::step_index |
Step index currently processed.