Expand description
Plugin specific structures.
Structs
A reference to the host which allows the plugin to call back and access information.
A structure representing static plugin information.
Enums
Features which are optionally supported by a plugin. These are queried by the host at run time.
Plugin type. Generally either Effect or Synth.
Traits
PluginDeprecated
Must be implemented by all VST plugins.
Parameter object shared between the UI and processing threads.
Since access is shared, all methods take
self
by immutable reference.
All mutation must thus be performed using thread-safe interior mutability.