View Single Post
Old 08-13-2020, 06:15 AM   #9954
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,988
Default

Airon, if you're trying to change the ring color, that isn't supported (AFAIK). If you're trying to change the LED color under the encoder, that's the button widget, not the rotary widget. So if you want to change the color on RotaryA14, assign the RGB and dummy action to ButtonA14.

Here's an example from one of my fx.zon files...
Code:
Zone "VST: Electra DSP (Kush Audio)"
FocusedFXNavigator
RotaryA1 FXParam 4 "Low Shelf Gain" 	[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryA2 FXParam 6 "Low Mid Gain"	[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryA3 FXParam 8 "High Mid Gain"	[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryA4 FXParam 10 "High Shelf Gain"	[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryA5 FXParam 3 "HPF Freq"		[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryA6 FXParam 5 "Low Mid Freq"	[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryA7 FXParam 7 "High Mid Freq"	[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryA8 FXParam 9 "High Shelf Freq"	[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryB1 NoAction
RotaryB2 NoAction
RotaryB3 NoAction
RotaryB4 NoAction
RotaryB5 NoAction
RotaryB6 FXParam 12 "Output"		[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
RotaryB7 NoAction
RotaryB8 FXParam 14 "Wet"		[ (0.001,0.0015,0.002,0.0025,0.005,0.0075,0.0125,0.0215,0.033,0.05,0.075) ]
ShiftRotaryA1 NoAction
ShiftRotaryA2 NoAction
ShiftRotaryA3 NoAction
ShiftRotaryA4 NoAction
ShiftRotaryA5 NoAction
ShiftRotaryA6 NoAction
ShiftRotaryA7 NoAction
ShiftRotaryA8 NoAction
ShiftRotaryB1 NoAction
ShiftRotaryB2 NoAction
ShiftRotaryB3 NoAction
ShiftRotaryB4 NoAction
ShiftRotaryB5 NoAction
ShiftRotaryB6 NoAction
ShiftRotaryB7 NoAction
ShiftRotaryB8 NoAction
ButtonA1 NoAction
ButtonA2 NoAction
ButtonA3 NoAction
ButtonA4 NoAction
Toggle+ButtonA5 FXParam 1 "HPF Engage" { 255 50 0 90 255 0 } 
ButtonA6 NoAction
ButtonA7 NoAction
ButtonA8 NoAction
ButtonB1 FXParam 999 "Dummy" { 0 25 255 0 25 255 }
ButtonB2 FXParam 999 "Dummy" { 0 25 255 0 25 255 }
ButtonB3 FXParam 999 "Dummy" { 0 25 255 0 25 255 }
ButtonB4 FXParam 999 "Dummy" { 0 25 255 0 25 255 }
ButtonB5 FXParam 999 "Dummy" { 0 25 255 0 25 255 }
Toggle+ButtonB6 FXParam 2 "EQ Engage" { 255 50 0 90 255 0 } 
Toggle+ButtonB7 FXParam 11 "Phase Invert" { 90 255 0 255 50 0 } 
Toggle+ButtonB8 FXParam 0 "Bypass" { 90 255 0 255 50 0 } 
ZoneEnd
The "Dummy" actions are dark blue and mean "no encoder or button assignment," the toggles are red/green.
Funkybot is offline   Reply With Quote