Enum vst2::host::PluginLoadError
[−]
[src]
pub enum PluginLoadError { InvalidPath, NotAPlugin, InstanceFailed, InvalidApiVersion, }
All possible errors that can occur when loading a VST plugin.
Variants
InvalidPath
Could not load given path.
NotAPlugin
Given path is not a VST plugin.
InstanceFailed
Failed to create an instance of this plugin.
This can happen for many reasons, such as if the plugin requires a different version of the VST API to be used, or due to improper licensing.
InvalidApiVersion
The API version which the plugin used is not supported by this library.