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

#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
 

Description détaillée

Per-voice information stored for each step.

Documentation des champs

◆ length

uint8_t seq_model_voice_t::length

Step length in sequencer ticks (1-64).

◆ micro_offset

int8_t seq_model_voice_t::micro_offset

Micro-timing offset (-12..+12).

◆ note

uint8_t seq_model_voice_t::note

MIDI note number (0-127).

◆ state

seq_model_voice_state_t seq_model_voice_t::state

Active flag.

◆ velocity

uint8_t seq_model_voice_t::velocity

MIDI velocity (0-127).


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