View Single Post
Old 08-27-2019, 04:11 PM   #4229
Freex
Human being with feelings
 
Freex's Avatar
 
Join Date: Jul 2011
Location: Northern Ireland
Posts: 904
Default

Quote:
Originally Posted by Mr. Green View Post
Basic channel functions and sends are working!
Trying to map my first FX .zon and totally failing.
Need help...

Code:
Zone Home
	OnTrackSelection GoZone Channel
	OnTrackSelection MapSelectedTrackSendsToWidgets
	OnFXFocus MapFocusedTrackFXToWidgets
	DisplayOn Reaper _S&M_TOGLFXCHAIN
	Equalizer ToggleMapSends
ZoneEnd
...
and the FX .zon...
Code:
Zone "VST3: TR5 White 2A (IK Multimedia)"
FocusedFXTrackNavigator
InputGain FXParam Gain
Threshold FXParam Peak Reduction
Compressor FXParam Limit / Compress
//Bypass
PhaseInv FXParam Bypass
Parallel FXParam Wet
ZoneEnd
No working. :-(
I think the FXParam need to have numbers after them, 0,1,2...
In accordance with the order they are display from the plugin.
It allows us scope, for when plugin developers are lazy and use gain, gain, gain, or freq, freq,

Last edited by Freex; 08-27-2019 at 04:19 PM.
Freex is offline   Reply With Quote