Files
virtual-controller/plugin-reaper-relearn/main/lib/helgoboss-learn/README.md
T
Paul Lipscomb 7ecc718f5d Reorganize top-level directories with clearer naming convention
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>
2026-07-15 17:51:05 -04:00

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.