conformal_vst_wrapper

Crates.ioconformal_vst_wrapper
lib.rsconformal_vst_wrapper
version0.3.7
created_at2024-08-31 23:36:43.040322+00
updated_at2025-09-23 04:56:25.419963+00
descriptionImplements a VST3-compatible plug-in for audio processors implemented with the conformal audio plug-in framework.
homepagehttps://russellmcc.github.io/conformal
repositoryhttps://github.com/russellmcc/conformal
max_upload_size
id1359251
size478,837
Russell McClellan (russellmcc)

documentation

https://russellmcc.github.io/conformal/rust-doc/conformal_vst_wrapper

README

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.

Commit count: 69

cargo fmt