Enum vst2::host::PluginLoadError
[−]
[src]
pub enum PluginLoadError {
InvalidPath,
NotAPlugin,
InstanceFailed,
InvalidApiVersion,
}All possible errors that can occur when loading a VST plugin.
Variants
InvalidPathCould not load given path.
NotAPluginGiven path is not a VST plugin.
InstanceFailedFailed 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.
InvalidApiVersionThe API version which the plugin used is not supported by this library.