Crate conformal_vst_wrapper

Source
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§

ClassInfo
Information about a VST3 component
EffectClass
Information about an effect component
HostInfo
Contains information about the host.
Info
General global infor about a vst plug-in
SynthClass
Information about a synth component
UiSize
Size in logical pixels

Traits§

ComponentFactory
A component factory that can create a component.

Type Aliases§

ClassID
A class ID for a VST3 component.