vst3-host 0.1.0

Safe, simple VST3 plugin hosting with audio playback, MIDI, and crash protection
Documentation
1
2
3
4
5
6
7
8
//! Internal implementation details - not part of public API

pub(crate) mod com_implementations;
pub(crate) mod module_loader;
pub(crate) mod plugin_impl;
pub(crate) mod utils;

pub(crate) mod isolated_plugin_impl;