View Single Post
Old 11-26-2020, 01:36 AM   #56
paat
Human being with feelings
 
Join Date: Oct 2016
Posts: 225
Default

I am working on a zone for MF Twister. Right now I am able to select tracks, and change the encoder light color to indicate the selected track.

Two things I want to know:

1. Can I set the default color for an encoder for each zone?
2. How do I turn off the lights?

Right now what I'm doing is I used Midi Fighter Utility to set the default states to off. The config I have below works - but it relies on the default config being off. I would like the lights to turn off when the zone loads.

Code:
Zone Home
  IncludedZones
    "Channel|"
  IncludedZonesEnd
ZoneEnd

Zone "Channel|"
  TrackNavigator
  Rotary| TrackVolume
  Button| TrackUniqueSelect { 0 145 255 255 188 0 }
ZoneEnd
I tried adding a "Buttons" zone to set an initial value, but that didn't do it:

Code:
Zone "Buttons"
  Button3 NoAction { 90 255 0 90 255 0 }
ZoneEnd
Finally, what is with this three-part RGB value that we need to send to MFT? According to the manual, you set the color by sending a CC value of 1-126:

Attached Images
File Type: png Screen Shot 2020-11-26 at 12.34.10 AM.png (41.6 KB, 753 views)
paat is offline   Reply With Quote