maolan 0.1.1

Rust DAW application for recording, editing, routing, automation, export, and plugin hosting
1
2
3
4
5
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,
};