Skip to content

Commit

Permalink
Fixed naming, removed getActionByName and verified Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattia-marini committed Mar 9, 2024
1 parent dca20f1 commit 3f97e5c
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 221 deletions.
Binary file added FX/.DS_Store
Binary file not shown.
15 changes: 7 additions & 8 deletions FX/ReaLink.lua → FX/Marini_FX linker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@
@version 1.0
@metapackage
@provides
[darwin main] ReaLink/Marini_ReaLink_Background.lua
[darwin main] ReaLink/Marini_ReaLink_Toggle_Autostart.lua
[darwin main] ReaLink/Marini_ReaLink_Ui_Toggle.lua
[main] Marini_FX linker/Marini_FX linker background tasks.lua
[main] Marini_FX linker/Marini_FX linker toggle autostart.lua
[main] Marini_FX linker/Marini_FX linker toggle UI.lua
@about
### A GUI based lua script to link FX parameters across different tracks
This plugin runs a backgound task that links the selected tracks, ensuring that the plugin configurations of the 2 FX chains match

_A full Guide can be found [here](https://github.com/mattia-marini/ReaperLink/blob/main/Guide.pdf)_

#### Usage:
- Install either from ReaPack or from [this repo](ttps://github.com/mattia-marini/ReaperLink)
- Run _"Marini_Realink_Background"_ or configure automatic startup (see below)
- Toggle Ui with _"Marini_Realink_Toggle_UI"_ to create/remove links
#### Usage:
- Run _"Marini_FX linker background tasks"_ or configure automatic startup (see below)
- Toggle Ui with _"Marini_FX linker toggle UI.lua"_ to create/remove links

#### Features:
- Linking **every** parameters of **every** plugin across different tracks
Expand All @@ -26,5 +25,5 @@
- **Zero dependency script**

#### Automatic startup:
In order for the script to work, a background task should be running i.e., to make synching happen, you have to run the "Marini_Realink_Background" script every time you open Reaper. To make that happen automatically you can run the "Marini_Realink_Toggle_Autostart". (you can see a script state next to its description in action list. Once set to on, the script will automatically launch on next startup)
In order for the script to work, a background task should be running i.e., to make synching happen, you have to run the "Marini_FX linker background tasks" script every time you open Reaper. To make that happen automatically you can run the "Marini_FX linker toggle autostart". (you can see a script state next to its description in action list. Once set to on, the script will automatically launch on next startup)

Loading

0 comments on commit 3f97e5c

Please sign in to comment.