Enum vst::api::ProcessLevel
source · #[repr(i32)]
pub enum ProcessLevel {
Unknown,
User,
Realtime,
Prefetch,
Offline,
}
Expand description
Denotes in which thread the host is in.
Variants§
Unknown
Unsupported by host.
User
GUI thread.
Realtime
Audio process thread.
Prefetch
Sequence thread (MIDI, etc).
Offline
Offline processing thread (therefore GUI/user thread).