View Single Post
Old 06-12-2019, 05:48 AM   #3078
lubvic
Human being with feelings
 
Join Date: Sep 2013
Posts: 87
Default

Quote:
Originally Posted by Geoff Waddington View Post
Yes, working on docs now.



There are 2 special virtual buttons that Reaper controls.:
OnTrackSelection
OnFXFocus

When you Focus an FX, you automatically generate a OnFXFocus press message, so this part is right "OnFXFocus MapFocusedTrackFXToWidgets".

You also must add a FocusedFXTrackNavigator to any Zone files you want to work this way:

Code:
Zone "VST: ReaComp (Cockos)"
       FocusedFXTrackNavigator
        ...
ZoneEnd

Thanks Geoff! :-)

'Bout the second question, i don't want to focus automatically but pressing a button, is it possible to bypass automatic FXfocus and doing it manually, pressing a button?
lubvic is offline   Reply With Quote