Skip to content

maolan/maolan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

518 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maolan

Maolan

Maolan is a Rust DAW focused on recording, editing, routing, automation, export, and plugin hosting.

maolan.github.io

workspace

Current Scope

Maolan currently includes:

  • Audio and MIDI tracks with timeline editing
  • Piano roll editing with note/controller/SysEx tools
  • Track and plugin automation
  • Plugin hosting for:
    • CLAP
    • VST3
    • LV2 on Unix
  • Per-track plugin graph routing, including sidechains and MIDI paths
  • Freeze, flatten, offline bounce, and export workflows
  • Session templates, track templates, autosave recovery, and diagnostics

Platform Notes

  • Unix builds support CLAP, VST3, and LV2.
  • Current keyboard handling is Ctrl-based across platforms.
  • Plugin compatibility is host-dependent and should be treated as evolving rather than guaranteed.

Build

Prerequisites

  • Rust toolchain (edition 2024)

For Unix plugin/audio integrations, install platform libraries as needed (for example jack, lilv, suil, gtk2 where applicable).

Compile and run

cargo build --release
cargo run --release

Debug logging

cargo run --release -- --debug

Documentation

Project Notes

  • Preferences are stored in ~/.config/maolan/config.toml.
  • Session templates are stored under ~/.config/maolan/session_templates/.
  • Track templates are stored under ~/.config/maolan/track_templates/.
  • Autosave snapshots are stored under <session>/.maolan_autosave/snapshots/.

Status

Maolan is under active development. Behavior and UI details may evolve between commits.

About

Maolan DAW

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages