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§

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§

Type Aliases§

  • A class ID for a VST3 component.