maolan-engine 0.0.4

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
10
11
12
13
14
15
16
17
18
# maolan-engine

`maolan-engine` is the Rust audio engine that powers Maolan.

It provides:

- Audio and MIDI track processing
- Timeline-oriented recording and clip playback
- Track routing and plugin graph routing
- Offline bounce and export helpers
- Plugin hosting for CLAP and VST3, plus LV2 on Unix platforms
- Platform audio backends for Linux, macOS, and FreeBSD

This crate is under active development alongside the main Maolan application:

- Repository: <https://github.com/maolan/maolan>

Platform integrations depend on system libraries and host/plugin compatibility.