vst3-host 0.9.0

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

pub(crate) mod com_implementations;
pub(crate) mod data_exchange;
pub(crate) mod denormal;
pub(crate) mod module_info;
pub(crate) mod module_loader;
pub(crate) mod plugin_impl;
pub(crate) mod utils;

pub(crate) mod isolated_plugin_impl;