View Single Post
Old 09-13-2019, 06:20 AM   #4643
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,252
Default

Quote:
Originally Posted by pepe44 View Post
Thanks a lot for the video ! You are the best! Thanks you very much.

Edit: Saw the video, i was on that point already ehehe! now i know i did it right!
My problem now is controlling the plugins.

I created a blank text file and added these lines: (saved has *.zon in my folder)

Zone "VST: UAD Pultec EQP-1A Legacy (Universal Audio, Inc.)" EQP1A
SelectedTrackNavigator
LFBoost FXParam 0 "Low Freq"
LoGain FXParam 1 "LF Boost"
LoMidGain FXParam 2 "LF Atten"
HiMidFrequency FXParam 3 "High Freq"
HiMidGain FXParam 4 "HF Boost"
HiMidQ FXParam 5 "HF Q"
HiFrequency FXParam 6 "HF Atten Freq"
HiGain FXParam 7 "HF Atten"
Invert+Equalizer FXParam 10 Bypass
Parallel FXParam 11 Wet
ZoneEnd

This file is inside my folder
That Zone definition is for a Console1, did you get that one you were mentioning earlier ?

Quote:
Originally Posted by pepe44 View Post
What else should i do so the surface ( behringer X touch) changes the display for the plugin controls ?
If you want this to work on an XTouch you need to map Widgets from the .mst you are using.

On MCU/XTouch, there is no widget named LFBoost:
Code:
        LFBoost FXParam 0 "Low Freq"
instead it should look something like this
Code:
       Rotary1 FXParam 0 "Low Freq"
and so on...
__________________
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