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,15 @@
= Target "OSC: Send message"
Sends OSC messages with up to one argument in response to incoming messages.
This target turns ReaLearn into a capable and convenient MIDI → OSC and OSC → OSC converter.
If an argument number is entered (e.g. `1`), it will encode the incoming absolute control value as that argument (after it has been processed by the glue section).
== Output menu
Where to send the OSC message.
<Feedback output>:: Sends the OSC message to the device which is set as _Output_.
Of course this only works if it's an OSC device.
_Specific device:_:: Sends the OSC message to a specific device.
Address, Argument and Range:: These correspond to the identically named settings of xref:sources/osc.adoc[].
Check that section for details.