maolan 0.1.0

Rust DAW application for recording, editing, routing, automation, export, and plugin hosting
1
2
3
4
5
6
7
8
pub mod canvas_host;
pub mod colors;
#[cfg(all(unix, not(target_os = "macos")))]
pub mod plugins;
pub mod port_kind;
pub mod ports;
pub mod selection;
pub mod tracks;