maolan-plugin-host 0.0.2

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

pub mod clap;
pub mod gui_win32;
pub mod gui_x11;
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;