Files
virtual-controller/plugin-reaper-relearn/doc/realearn/modules/ROOT/pages/sources/midi/midi-script.adoc
T
Paul Lipscomb 7ecc718f5d 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>
2026-07-15 17:51:05 -04:00

24 lines
773 B
Plaintext

= Source "MIDI Script"
[[source-midi-script]]
This source is feedback-only and exists for enabling more complex feedback use cases such as controlling LCDs that are not yet supported by the xref:sources/midi/display.adoc[].
It lets you write an EEL or Luau script that will be executed whenever ReaLearn "feels" like it needs to send some feedback to the MIDI device.
== Kind menu
Whether to use the EEL or Luau language.
== Script field
The script.
Is disabled if the script contains more than one line.
See xref:further-concepts/source.adoc#midi-source-script[] for details.
== More button (…)
Opens the script in a separate window (for multi-line scripts).
TIP: Prefer the xref:sources/midi/display.adoc[] over this one whenever possible.
It's easier to use.