Brick Groove Machine 0.9.3
Firmware embarqué pour contrôleur/synthé Brick
 
Chargement...
Recherche...
Aucune correspondance
Référence de la structure seq_engine_reader_t

#include <seq_engine.h>

Champs de données

const seq_model_pattern_tpattern
 
size_t step_index
 
seq_model_gen_t last_generation
 
bool step_has_playable_voice
 
bool step_has_automation
 

Description détaillée

Reader state tracking the current pattern and dirty generation.

Documentation des champs

◆ last_generation

seq_model_gen_t seq_engine_reader_t::last_generation

Snapshot for detecting edits.

◆ pattern

const seq_model_pattern_t* seq_engine_reader_t::pattern

Active pattern.

◆ step_has_automation

bool seq_engine_reader_t::step_has_automation

True when the current step only carries parameter locks.

◆ step_has_playable_voice

bool seq_engine_reader_t::step_has_playable_voice

True when the current step has at least one active voice.

◆ step_index

size_t seq_engine_reader_t::step_index

Step index currently processed.


La documentation de cette structure a été générée à partir du fichier suivant :