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 @@
specifies how incoming absolute control values are interpreted and handled
@@ -0,0 +1 @@
allows reacting to either button press or button release events
@@ -0,0 +1 @@
applies highly customizable transformations or filtering to incoming absolute control values
@@ -0,0 +1 @@
allows reacting to either clockwise or counter-clockwise encoder turns
@@ -0,0 +1 @@
specifies whether to send simple numeric, simple text or script-generated feedback values to the source
@@ -0,0 +1 @@
allows differentiating between long-press, short-press, and double-press actions
@@ -0,0 +1 @@
allows controlling not only this mapping but also all other mappings in the same group
@@ -0,0 +1 @@
emulates an absolute control element with a relative encoder or with -/+ buttons (= incremental buttons)
@@ -0,0 +1 @@
determines what to do if the absolute control value coming from the source is not within source min/max
@@ -0,0 +1 @@
determines what to do if the feedback value is not within target min/max
@@ -0,0 +1 @@
inverses incoming absolute control values and changes the direction of incoming relative control values
@@ -0,0 +1 @@
inverses the feedback value
@@ -0,0 +1 @@
rounds target values to the nearest integer
@@ -0,0 +1 @@
sets the observed range of absolute control values coming from the source
@@ -0,0 +1 @@
sets the minimum and maximum feedback value
@@ -0,0 +1 @@
specifies how often to increase or decrease the target value when an increment or decrement is received
@@ -0,0 +1 @@
specifies by which amount to increase the target value when an increment or decrement is received
@@ -0,0 +1 @@
defines how to deal with potential control value jumps
@@ -0,0 +1 @@
sets the controlled value range of the target, making sure that the target value ends up within that range
@@ -0,0 +1 @@
sets the observed range of feedback values coming from the target
@@ -0,0 +1,4 @@
Depending on the context, this can have different effects:
|===
| Element | Direction | Effect
@@ -0,0 +1 @@
sets discrete target values to step through
@@ -0,0 +1 @@
makes the target value jump back to target min when target max is reached