maolan-engine 0.2.0

Audio engine for the Maolan DAW with audio/MIDI tracks, routing, export, and CLAP/VST3/LV2 hosting
Documentation
1
2
3
4
5
6
7
8
9
pub mod clap;
pub mod clap_proc;
#[cfg(all(unix, not(target_os = "macos")))]
pub mod lv2;
#[cfg(all(unix, not(target_os = "macos")))]
pub mod lv2_proc;
pub mod paths;
pub mod vst3;
pub mod vst3_proc;