conformal_vst_wrapper

Crates.ioconformal_vst_wrapper
lib.rsconformal_vst_wrapper
version0.3.2
sourcesrc
created_at2024-08-31 23:36:43.040322
updated_at2024-11-03 19:30:15.012723
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
size381,683
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: 36

cargo fmt