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:
@@ -0,0 +1,26 @@
|
||||
= REAPER actions
|
||||
|
||||
ReaLearn provides the following REAPER actions in addition to the xref:helgobox::reaper-actions.adoc[general actions].
|
||||
|
||||
Helgobox/ReaLearn: Find first mapping by source:: This action will ask you to touch some control element.
|
||||
As soon as you touch a control element which is mapped, it will open the mapping panel for the corresponding mapping.
|
||||
It will search within all ReaLearn instances/units loaded in your current project as well as the ones on the monitoring FX chain.
|
||||
|
||||
Helgobox/ReaLearn: Find first mapping by target:: This action is similar to _Find first mapping by source_.
|
||||
It asks you to touch some (learnable) REAPER parameter.
|
||||
As soon as you touch one that is mapped, it will open its mapping panel.
|
||||
|
||||
Helgobox/ReaLearn: Learn single mapping (reassigning source):: Asks you to touch a control element and target and adds a new mapping in the first ReaLearn unit that it encounters.
|
||||
It prefers units in the current project over monitoring FX.
|
||||
It automatically chooses the unit with the correct MIDI/OSC input.
|
||||
If there's a unit which already has that source assigned, it will be reassigned to the new target that you touched.
|
||||
|
||||
Helgobox/ReaLearn: Learn single mapping (reassigning source) and open it:: Like _Learn single mapping_ but additionally opens the mapping panel after having learned the mapping.
|
||||
This is great for subsequent fine-tuning.
|
||||
|
||||
Helgobox/ReaLearn: Learn source for last touched target (reassigning target):: This behaves similar to REAPER's built-in MIDI learn in that it always relates to the target that has been touched last.
|
||||
|
||||
[[send-feedback-for-all-instances]] Helgobox/ReaLearn: Send feedback for all instances:: Makes each ReaLearn instance/unit in all project tabs send feedback for all mappings.
|
||||
That shouldn't be necessary most of the time because ReaLearn usually sends feedback automatically, but there are situations when it might come in handy.
|
||||
|
||||
[[auto-detect-controllers-with-logging]] Helgobox/ReaLearn: Auto-detect controllers (with logging):: Looks at each currently connected MIDI device and automatically creates a xref:key-concepts.adoc#managed-controller[] if the device is known and a suitable preset exists. Also logs information that helps troubleshoot controller detection issues.
|
||||
Reference in New Issue
Block a user