Constant vst2::api::flags::REALTIME_EVENT
[−]
pub const REALTIME_EVENT: MidiEvent=
MidiEvent{bits: 1 << 0,}
This event is played live (not in playback from a sequencer track). This allows the
plugin to handle these flagged events with higher priority, especially when the
plugin has a big latency as per plugin::Info::initial_delay
.