View Single Post
Old 10-26-2020, 06:05 PM   #10788
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Quote:
Originally Posted by Geoff Waddington View Post
You need to have a FocusedFXNavigator for the zone that the FocusedFXParam is in, and you also need to define touch something like this:
Hi Geoff, this is what I have in my X-Touch_One_Selected_Track.zon...

Code:
Zone "FocusedFXParam"
	FocusedFXNavigator
   	Fader1 						FocusedFXParam
	FaderTouch1  					FaderTouch
	DisplayUpper1 					FocusedFXParamNameDisplay
	DisplayLower1 					FocusedFXParamValueDisplay
ZoneEnd
This is not working with Touch automation. Am I doing something wrong? Note: this is in the Surface.zon not an FX.zon. Why? Because I use FocusedFXParam for when I don't have an fx.zon already and want to make a quick adjustment.

I think I've only used FocusedFXNavigator in fx zon files previously.

Quote:
Originally Posted by Geoff Waddington View Post
Quote:
Originally Posted by funkybot
2. EuCon + Flip Chan (had faders controlling pan)
You will have to define touch for the zones as above.
Totally lost as to how that would look like for #2 - Flip Chan. There's no "Flip Chan" zone in the Eucon.zon file. It just kind of works. So if I wanted to Flip and then use the faders to control pan, I'd expect FaderTouch = FaderTouch to do that or at least RotaryTouch = RotaryTouch.

Might need to see an example.

Quote:
Originally Posted by Geoff Waddington View Post
Quote:
Originally Posted by funkybot
3. Eucon FX (Rotaries or Faders via Flip Chan - using the UAD LA-2A)
You will have to define touch for the zones as above.
Similarly confused. Might need an example here too using this particular Eucon effect as a starting point...

Code:
Zone "VST: UAD Teletronix LA-2A Gray (Universal Audio, Inc.)" "LA2AGray"
	SelectedTrackNavigator

	Toggle+Invert+FX_SwitchUpper2Ch1 FXParam "6" "Bypass"
	FX_Display2Ch1 	FXParamNameDisplay "6" "LA 2A"

	FX_Rotary2Ch2 	FXParam "0" "Thresh" "2"
	FX_Display2Ch2 	FXParamNameDisplay "0" "Thresh"
Funkybot is offline   Reply With Quote