View Single Post
Old 09-18-2019, 06:43 PM   #4792
MalcolmG
Human being with feelings
 
MalcolmG's Avatar
 
Join Date: Jun 2015
Location: Sydney, Australia
Posts: 180
Default

Quote:
Originally Posted by MixMonkey View Post
Some of the nomenclature has been changed:
Code:
FocusedFXNavigator			old: FocusedFXTrackNavigator
ToggleMapSelectedTrackSends		old: ToggleMapSends
ToggleMapSelectedTrackFX 		old: ToggleMapFX
ToggleMapSelectedTrackFXMenu		old: ToggleMapFXMenu
ToggleMapFocusedFX

MapSelectedTrackSendsToWidgets 		No Change
MapSelectedTrackFXToWidgets		No Change 
MapSelectedTrackFXToMenu 		No Change
MapFocusedFXToWidgets			old: MapFocusedTrackFXToWidgets
Thanks MixMonkey, it was the FocusedFXTrackNavigator in my VST Zone. Changing that to FocusedFXNavigator made it work.

However, when I close or unfocus the FX window, I expected my Home zone to reapply. It doesn't seem to though. Probably related to the earlier thing about zones not being in a stack, and needing to explicitly GoZone back to Home.

So I did that:
Code:
OnFXFocus MapFocusedFXToWidgets
OnTrackSelection GoZone Home
and it works, except it's a little clumsy as it doesn't happen until I click on a track (not surprising, given I used OnTrackSelection).

Is there some way to make it happen once I close/unfocus the FX window?
__________________
Filter Theory | CSI Notes wiki
MalcolmG is offline   Reply With Quote