Crates.io | conformal_vst_wrapper |
lib.rs | conformal_vst_wrapper |
version | 0.3.2 |
source | src |
created_at | 2024-08-31 23:36:43.040322 |
updated_at | 2024-11-03 19:30:15.012723 |
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 | 381,683 |
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.