Skip to content

Commit

Permalink
Doc: Add detail about target "FX parameter: Set automation touch state"
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 2, 2024
1 parent 89ed495 commit 5f08121
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
= Target "FX parameter: Set automation touch state"

This does the same as xref:targets/track/set-automation-touch-state.adoc[] but for FX parameter value changes.
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].

0 comments on commit 5f08121

Please sign in to comment.