7ecc718f5d
app -> app-desktop-macos, presets -> app-presets, server -> remote-server, daw-config-reaper -> osc-config-daw, plugin-reaper-realearn -> plugin-reaper-relearn. Updated run.py and presets.py path references accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
13 lines
556 B
Markdown
13 lines
556 B
Markdown
# helgoboss-learn
|
|
|
|
Rust crate that provides DAW-agnostic MIDI-learn functionality.
|
|
|
|
## Status
|
|
|
|
At the moment, development of this crate is still closely coupled to [ReaLearn](https://github.com/helgoboss/realearn),
|
|
currently the only downstream crate. Therefore you won't find it on [crates.io](https://crates.io/) or
|
|
[docs.rs](https://docs.rs/).
|
|
|
|
However, it's designed to be completely independent of ReaLearn and REAPER. So if in future another potential
|
|
downstream crate pops up, it will be easy to make *helgoboss-learn* and independent library.
|