| Crates.io | conformal_vst_wrapper |
| lib.rs | conformal_vst_wrapper |
| version | 0.3.7 |
| created_at | 2024-08-31 23:36:43.040322+00 |
| updated_at | 2025-09-23 04:56:25.419963+00 |
| description | Implements a VST3-compatible plug-in for audio processors implemented with the conformal audio plug-in framework. |
| homepage | https://russellmcc.github.io/conformal |
| repository | https://github.com/russellmcc/conformal |
| max_upload_size | |
| id | 1359251 |
| size | 478,837 |
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.