View Single Post
Old 08-05-2019, 10:56 AM   #3687
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Quote:
Originally Posted by poetnprophet View Post
Hey Geoff, how does this work? Is it automatic? So if I have a track selected it will map all fx, but as soon as I focus an FX window it will only display that one FX?
Any FX Zones that look like this respond to the MapSelectedTrackFXToWidgets Action:

Code:
Zone "VST: UAD Fairchild 660 (Universal Audio, Inc.)"
    SelectedTrackNavigator
    Threshold FXParam Thresh
    Character FXParam Output
    Drive FXParam Meter
    Attack FXParam Headroom
    Release FXParam Input
    Ratio FXParam "Time Const"
    Invert+Compressor FXParam Bypass
    Parallel FXParam Wet
ZoneEnd

Zone "VST: UAD Pultec EQP-1A (Universal Audio, Inc.)"
    SelectedTrackNavigator
    HiGain FXParam "HF Atten"
    HiFrequency FXParam "HF Atten Freq"
    HiMidGain FXParam "HF Boost"
    HiMidFrequency FXParam "High Freq"
    HiMidQ FXParam "HF Q"
    LoMidGain FXParam "LF Atten"
    LoMidFrequency FXParam "Low Freq"
    LoGain FXParam "LF Boost"
    LoFrequency FXParam "Low Freq"
    Invert+Equalizer FXParam Bypass
ZoneEnd
and ones that look like this respond to the MapFocusedTrackFXToWidgets Action:

Code:
Zone "VST: UAD Harrison 32C (Universal Audio, Inc.)"
    FocusedFXTrackNavigator
    HiCut FXParam HiPass
    LoCut FXParam LowPass
    HiGain FXParam HiGain
    HiFrequency FXParam HiFreq
    HiMidGain FXParam HiMidGain
    HiMidFrequency FXParam HiMidFreq
    LoMidGain FXParam LoMidGain
    LoMidFrequency FXParam LoMidFreq
    LoGain FXParam LowGain
    LoFrequency FXParam LowFreq
    Invert+Equalizer FXParam Bypass
ZoneEnd
That's why ToggleFX is important, you will want to turn selected off sometimes, depending on what you are focusing on (pun intended ).

Quote:
Originally Posted by poetnprophet View Post
I didn't get to respond yesterday, but things are looking good over here. Paging works just as you all said it would, my "console" setup is amazing, and everything is in the best shape it's ever been! And by the way, the toggle fx isn't so bad, I can live with it for sure.
Great to hear it's coming together !

Quote:
Originally Posted by poetnprophet View Post
Is it ok to ask if we can have the select track feature that also selects on the TCP/arrange?
Not quite sure what you mean, you can use any selection method (mouse, button, etc.) and it should select on all the others ?

Am I misunderstanding your question ?
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote