Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
MidiEvent Struct Reference

Timed MIDI event. More...

#include <dsp/midi_event.h>

Data Fields

midi_time_t time
 Time of the MIDI event, in frames from the start of the current cycle.
 
gint64 systime
 Time using g_get_monotonic_time ().
 
midi_byte_t raw_buffer [3]
 Raw MIDI data.
 
size_t raw_buffer_sz
 

Detailed Description

Timed MIDI event.

Definition at line 44 of file midi_event.h.

Field Documentation

◆ raw_buffer

midi_byte_t MidiEvent::raw_buffer[3]

Raw MIDI data.

Definition at line 53 of file midi_event.h.

◆ raw_buffer_sz

size_t MidiEvent::raw_buffer_sz

Definition at line 55 of file midi_event.h.

◆ systime

gint64 MidiEvent::systime

Time using g_get_monotonic_time ().

Definition at line 50 of file midi_event.h.

◆ time

midi_time_t MidiEvent::time

Time of the MIDI event, in frames from the start of the current cycle.

Definition at line 47 of file midi_event.h.


The documentation for this struct was generated from the following file: