View Single Post
Old 02-16-2020, 06:48 AM   #6620
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Geoff Waddington View Post
double assign ?
Sorry, that was a bit obscure of me.

What I'd like to do is something like this:

Code:
Zone "FXMenu|1-8"
		SelectedTrackNavigator
		DisplayUpperD| 			FXNameDisplay |
		DisplayLowerD| 			NoAction
		RotaryD| 			NoAction	
		RotaryPushD| 			GoFXSlot |

                RotaryPushD1                    Reaper "_S&M_FLOATFX1"
                RotaryPushD2                    Reaper "_S&M_FLOATFX2"
                RotaryPushD3                    Reaper "_S&M_FLOATFX3"
                RotaryPushD4                    Reaper "_S&M_FLOATFX4"
                RotaryPushD5                    Reaper "_S&M_FLOATFX5"
                RotaryPushD6                    Reaper "_S&M_FLOATFX6"
                RotaryPushD7                    Reaper "_S&M_FLOATFX7"
                RotaryPushD8                    Reaper "_S&M_FLOATFX8"
ZoneEnd
So that when I pick an FX slot from the menu, the corresponding FX window opens and the controls map to the surface.
MixMonkey is online now   Reply With Quote