I have 3 channels (R,G,B) and always want to output the highest value with a name. So when there is more blue in the picture, the B value is higher. Then this should be output so that the blue lights are controlled.
I’m definitely stuck… I’ve been trying for an hour now, but I can’t get it
Maybe send your 3 RGB channels to a Shuffle CHOP to put them all in one channel, then use Analyze CHOP to get the index of the largest value, which will be 0, 1 or 2, then send that to a Lookup CHOP that has 3 samples of 3 chans (your desired RGB outputs).
seems to work. But now I quickly did it in such a way that the analyzer controls a switch to which the three values are connected. I think it should work. thanks (Y)