maolan 0.1.0

Rust DAW application for recording, editing, routing, automation, export, and plugin hosting
1
2
3
4
5
6
#[cfg(all(unix, not(target_os = "macos")))]
pub use crate::consts::platform_caps::SUPPORTS_PLUGIN_GRAPH;
pub use crate::consts::platform_caps::{
    HAS_SEPARATE_AUDIO_INPUT_DEVICE, REQUIRE_SAMPLE_RATES_FOR_HW_READY,
    REQUIRE_VST3_STATE_FOR_SAVE, SUPPORTS_LV2,
};