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§
- Create a VST3-compatible plug-in entry point.
Structs§
- Information about a VST3 component
- Information about an effect component
- Contains information about the host.
- General global infor about a vst plug-in
- Information about a synth component
- Size in logical pixels
Traits§
- A component factory that can create a component.
Type Aliases§
- A class ID for a VST3 component.