Skip to content

Commit

Permalink
Release Inter Track Parameter Modulation v3.1 (#324)
Browse files Browse the repository at this point in the history
use the Reaper v7   Compile-time user-configurable JSFX settings
  • Loading branch information
mschnell1 committed Oct 29, 2023
1 parent 706e5b0 commit 9951017
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Utility/mschnell_Inter Track Parameter Modulation.jsfx
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
desc: Inter Track Parameter Modulation
author: mschnell
version: 2.0
changelog: Convert to using the JSFX Preprocessor
version: 3.1
changelog: use the Reaper v7 Compile-time user-configurable JSFX settings
about:
## Description

Like "Macro Controller" you can install "Inter Track Parameter Modulation" anywhere in a track and use Reaper's "Parameter Modulation" functionality in the [Param] button menu to control any parameter of any other plugin in that track via a linear function with settable offset and gradient from one of the ten "Macro" sliders. Of course one slider can control as many parameters, as you like.

Additionally, when instances of "Inter Track Parameter Modulation" are installed in multiple tracks, those who feature the same "Transfer Bus" setting, are automatically synced, With that it's rather easy to link Parameters of plugins in multiple tracks.
Additionally, when instances of "Inter Track Parameter Modulation" are installed in multiple tracks, those who feature the same "Transfer Bus" setting, are automatically synced. With that it's rather easy to link Parameters of plugins in multiple tracks.

As the sliders of course also can be controlled by parameters of other plugins in the same way, a rather direct link between plugins in multiple tracks can be done.
As the sliders of course also can be controlled by parameters of other plugins in the same way, a rather direct link between plugins in multiple tracks can be done.

As the JSFX Preprocessor is used, it is easy to change the count of Macro sliders: just modify the number in " Macro_Sliders = 10 " according to your needs.
As the JSFX Preprocessor is used, it is easy to change the count of Macro sliders using the Reaper v7 Compile-time user-configurable JSFX settings [+] -> Macros

### Thanks:

Based on "Macro Controller" by Reaper Blog

options:gmem=Inter_Track_Parameter_Modulation

<? Macro_Sliders = 10 ?>
config: nmac "Macros" 4 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<? Macro_Sliders = nmac ?>

slider1:m=0<0,15,1{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}>Transfer Bus
<? loop(
Expand Down

0 comments on commit 9951017

Please sign in to comment.