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>
This commit is contained in:
Paul Lipscomb
2026-07-15 17:51:05 -04:00
parent e58f06d9fa
commit 7ecc718f5d
2256 changed files with 11 additions and 5 deletions
@@ -0,0 +1,12 @@
# 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.