View Single Post
Old 10-03-2019, 10:37 AM   #5133
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,183
Default

Quote:
Originally Posted by nofish View Post
This is the .zon file I'm using currently, do you see anything wrong?
https://www.dropbox.com/s/xjd4u0f6ab3hfau/MCU.zon?dl=1
Yup, your ReaComp Zone is for a Console1.

Code:
Zone "VST: ReaComp (Cockos)" ReaComp
FocusedFXNavigator
Threshold FXParam 0 Thresh
Attack FXParam 2 Attack
Release FXParam 3 Release
Ratio FXParam 1 Ratio
Compressor FXParam 19 Bypass
Parallel FXParam 20 Wet
CompressorMeter FXParam GainReductionDB
ZoneEnd
Threshold, Attack, etc., are Console1.mst Widget definitions.

For an MCU. you need things like Rotary1, etc. a la:

Code:
Zone "VST: ReaComp (Cockos)" ReaComp
FocusedFXNavigator
Rotary1 FXParam 0 Thresh
Rotary2 FXParam 2 Attack
Rotary3 FXParam 3 Release
Rotary4 FXParam 1 Ratio
Rotary5 FXParam 19 Bypass
Rotary6 FXParam 20 Wet
ZoneEnd
The whole idea is to match Widget Names from the .mst file to Action definitions in .zon files.
__________________
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