Expand description
This crate is part of the Conformal Framework! For high-level documentation and tutorials, please see the main documentation website!
This crate contains code to wrap a conformal_component::Component in a VST3-compatible plug-in.
The main entry point is the wrap_factory macro, which should be invoked exactly once for each plug-in binary.
Macros§
- wrap_
factory - Create a VST3-compatible plug-in entry point.
Structs§
- Class
Info - Information about a VST3 component
- Effect
Class - Information about an effect component
- Host
Info - Contains information about the host.
- Info
- General global infor about a vst plug-in
- Synth
Class - Information about a synth component
- UiSize
- Size in logical pixels
Traits§
- Component
Factory - A component factory that can create a component.
Type Aliases§
- ClassID
- A class ID for a VST3 component.