Lua script to link fx parameters across different tracks in reaper.
You can install this adding [this repo] in ReaPack, or manually:
- Put
Marini_ReaLink_Background.lua
,Marini_ReaLink_Ui_Toggle.lua
andMarini_ReaLink_Toggle_Autostart.lua
wherever you want (script folder or subdirectory) - Add the scripts in reaper (Actions -> Show action list...)
- Start the background syncing task with
Marini_ReaLink_Background.lua
. Open/close ui withMarini_ReaLink_Ui_Toggle.lua
*. Add/remove links from the UI - If you want to avoid needing to start the background task on each startup, run
Marini_ReaLink_Toggle_Autostart.lua
. Disable this behaviour with the same action - Open UI, select the 2 tracks on which you want the FX params to be linked, press link. To unlink, select the track pair on the script UI and press the "-" button
*note that in order for the UI to show you need to have Marini_ReaLink_Background.lua
running
You can find more detailed instruction in the pdf in this repo
Enojoy ;)