Enum vst2::api::ProcessLevel
[−]
[src]
#[repr(i32)]pub enum ProcessLevel { Unknown, User, Realtime, Prefetch, Offline, }
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).