RecordingEvent struct
#include <audio/recording_event.h>
A recording event.
Contents
- Reference
During recording, a recording event must be sent in each cycle for all record-enabled tracks.
Public variables
- unsigned int track_name_hash
- The name of the track this event is for.
- char region_name
- ZRegion name, if applicable.
- long g_start_frames
- Global start frames of the event.
-
nframes_
t local_offset - Offset from RecordingEvent::
g_start_frames that this event starts from. - float lbuf
- The actual data (if audio).
- MidiEvent midi_event
- MidiEvent, if midi.
- PortIdentifier port_id
- Port if automation.
-
nframes_
t nframes - Automation value, if automation.
Variable documentation
float RecordingEvent:: lbuf
The actual data (if audio).
This will be RecordingEvent::