conformal_vst_wrapper 0.3.5

Implements a VST3-compatible plug-in for audio processors implemented with the conformal audio plug-in framework.
1
2
3
This crate contains code to wrap a [`conformal_component::Component`] in a [VST3](https://steinbergmedia.github.io/vst3_dev_portal/pages/index.html)-compatible plug-in.

The main entry point is the [`wrap_factory`] macro, which should be invoked exactly once for each plug-in binary.