Type Definition vst::buffer::PlaceholderEvent
source · pub type PlaceholderEvent = SysExEvent;
Expand description
This is used as a placeholder to pre-allocate space for a fixed number of
midi events in the re-useable SendEventBuffer
, because SysExEvent
is
larger than MidiEvent
, so either one can be stored in a SysExEvent
.