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_event_t

#include <seq_engine.h>

Champs de données

seq_engine_event_type_t type
 
systime_t scheduled_time
 
union { 
 
   seq_engine_note_on_t   note_on 
 
   seq_engine_note_off_t   note_off 
 
   seq_engine_plock_t   plock 
 
data 
 

Description détaillée

Scheduled event description consumed by the player.

Documentation des champs

◆ [union]

union { ... } seq_engine_event_t::data

Event payload.

◆ note_off

seq_engine_note_off_t seq_engine_event_t::note_off

NOTE OFF payload.

◆ note_on

seq_engine_note_on_t seq_engine_event_t::note_on

NOTE ON payload.

◆ plock

seq_engine_plock_t seq_engine_event_t::plock

Parameter lock payload.

◆ scheduled_time

systime_t seq_engine_event_t::scheduled_time

Absolute time when the event should fire.

◆ type

seq_engine_event_type_t seq_engine_event_t::type

Type of event.


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