maolan-plugin-host 0.0.1

Out-of-process plugin host for Maolan DAW
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use maolan_plugin_protocol::*;

pub mod clap;
pub mod host;
pub mod paths;
pub mod scan;
pub mod util;
pub mod vst3_lv2_host;

#[cfg(all(unix, not(target_os = "macos")))]
pub mod lv2;
pub mod vst3;