Files
virtual-controller/plugin-reaper-realearn/doc/realearn/modules/ROOT/pages/targets/fx-parameter/set-automation-touch-state.adoc
T
Paul Lipscomb e58f06d9fa Vendor helgoboss/helgobox (ReaLearn) as basis for custom UI fork
Stripped upstream git history; starting point for replacing the native
SWELL/Win32 mapping UI with something more suited to bulk editing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 17:38:29 -04:00

9 lines
585 B
Plaintext

= Target "FX parameter: Set automation touch state"
This is similar to xref:targets/track/set-automation-touch-state.adoc[] but for FX parameter value changes.
IMPORTANT: There's one difference.
This target currently only reacts to _release_ events, not _press_ events.
So you can't start writing automation by touching the fader.
You can only end writing automation by releasing it.
The reason is that REAPER doesn't provide a function `TrackFX_BeginParamEdit`, it only provides link:https://www.reaper.fm/sdk/reascript/reascripthelp.html#TrackFX_EndParamEdit[TrackFX_EndParamEdit].