Enum vst2::api::ProcessLevel [] [src]

#[repr(i32)]
pub enum ProcessLevel { Unknown, User, Realtime, Prefetch, Offline, }

Denotes in which thread the host is in.

Variants

Unsupported by host.

GUI thread.

Audio process thread.

Sequence thread (MIDI, etc).

Offline processing thread (therefore GUI/user thread).