View Single Post
Old 08-13-2020, 05:33 AM   #9953
airon
Human being with feelings
 
airon's Avatar
 
Join Date: Aug 2006
Location: Berlin
Posts: 11,818
Default

Midi Fighter Twister

I've got it setup pretty well for selected track plugin control, but it's not done until I can give every parameter its own LED strip colour.

According to the Wiki entry for the FB_MFT_RGB feedback widget I can do this.

An MST example (the encoder is set to relative and velocity sensitive)
Code:
Widget RotaryA14
	Encoder b1 0d 7f [ < 3f 3e 3d 3c 3b 3a 39 38 36 33 2f > 41 42 43 44 45 46 47 48 4a 4d 51 ]
	FB_Fader7Bit b1 0d 00
	FB_MFT_RGB   b1 0d 7f
WidgetEnd
A Zone that uses this
Code:
RotaryA14  FXParam 2  [ 1.0>0.0 (0.01) ]  // Ratio
 RotaryA14  FXParam 999 "Dummy" { 250 50 0 250 50 0 }
But this didn't work.

Has anyone succesfully changed the LED strip colour as stated in the Wiki ? I'd love to see how you did that.
__________________
Using Latch Preview (Video) - Faderport 16 setup for CSI 1.1 , CSI 3.10
Website
"My ego comes pre-shrunk" - Randy Thom
airon is offline   Reply With Quote