View Single Post
Old 12-10-2019, 02:23 AM   #5510
WaveTrans
Human being with feelings
 
Join Date: Aug 2019
Location: Forest City
Posts: 336
Default

Dear MixMonkey, I adapted the quote in my post acccording to your corrections.

Since you mention the AutoMap function; is it correct to assume that activated AutoMap Sends in the prefs is responsible for automatic activation of the sends menu on startup of CSI?

So maybe I can deactivate AutoMap in the prefs, since there is OnTrackSelection MapSelectedTrackSendsToWidgets in the homeZone and a button assigned to ToggleMapSelectedTrackSends?

Will dig deeper into that matter and the FocusFX thingy in the evening.

Quote:
Originally Posted by MixMonkey View Post
Using the FocusedFX method probably makes most sense with the single fader surface. It isn't really meant to work with the FX menu, though.

The usual way it works is with:
Code:
OnFXFocus MapFocusedFXToWidgets
in Zone Home and either the Auto Map Focused FX option turned on in the prefs or:
Code:
SomeButton ToggleMapFocusedFX
in Zone Home or Zone Buttons (if you have one)

"focusing" the FX usually involves clicking in an open FX window or on an FX name in an FX chain window. When the FX is "focused" the parameters map to the surface according to the relevant FX .zon file. The FX .zon file must contain:
Code:
 FocusedFXNavigator
WaveTrans is offline   Reply With Quote