General concepts
Import/export
ReaLearn can import and export data in 2 formats:
- JSON
-
A wide-spread data exchange format. It’s a text format, so if you are familiar with the search & replace feature of your favorite text editor, this is one way to do batch editing.
- Luau
-
A full-blown programming language derived from the famous Lua language that is also used in REAPER itself.
For the programmers and script junkies out there: It’s perfectly possible to program ReaLearn from outside by passing it a snippet of JSON via Example that assumes that the first FX of the first track is a ReaLearn instance:
|
Feedback relay
Feedback relay happens when a feedback-enabled mapping becomes inactive and another feedback-enabled mapping with the same Source becomes active. In that case, ReaLearn has to swap the displayed value of the previous mapping target with the displayed value of the new mapping target.