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

Planned mutation returned to the caller. Plus de détails...

#include <seq_live_capture.h>

Champs de données

seq_live_capture_event_type_t type
 
size_t step_index
 
int32_t step_delta
 
uint8_t voice_index
 
uint8_t note
 
uint8_t velocity
 
int8_t micro_offset
 
int8_t micro_adjust
 
bool quantized
 
systime_t input_time
 
systime_t scheduled_time
 

Description détaillée

Planned mutation returned to the caller.

Documentation des champs

◆ input_time

systime_t seq_live_capture_plan_t::input_time

Raw timestamp of the incoming event.

◆ micro_adjust

int8_t seq_live_capture_plan_t::micro_adjust

Quantize correction compared to raw input.

◆ micro_offset

int8_t seq_live_capture_plan_t::micro_offset

Planned micro-timing offset (-12..+12).

◆ note

uint8_t seq_live_capture_plan_t::note

MIDI note number.

◆ quantized

bool seq_live_capture_plan_t::quantized

True if quantize altered the timing.

◆ scheduled_time

systime_t seq_live_capture_plan_t::scheduled_time

Timestamp at which the event should play.

◆ step_delta

int32_t seq_live_capture_plan_t::step_delta

Signed offset relative to the latest clock step.

◆ step_index

size_t seq_live_capture_plan_t::step_index

Target step index inside the pattern.

◆ type

seq_live_capture_event_type_t seq_live_capture_plan_t::type

Event type echoed back.

◆ velocity

uint8_t seq_live_capture_plan_t::velocity

MIDI velocity.

◆ voice_index

uint8_t seq_live_capture_plan_t::voice_index

Voice slot to affect.


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