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_scheduler_t

#include <seq_engine.h>

Champs de données

seq_engine_event_t buffer [SEQ_ENGINE_SCHEDULER_CAPACITY]
 
size_t head
 
size_t count
 

Description détaillée

FIFO queue used by the scheduler to hand events to the player.

Documentation des champs

◆ buffer

seq_engine_event_t seq_engine_scheduler_t::buffer[SEQ_ENGINE_SCHEDULER_CAPACITY]

Circular buffer.

◆ count

size_t seq_engine_scheduler_t::count

Number of events currently queued.

◆ head

size_t seq_engine_scheduler_t::head

Index of the next event to pop.


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