Hi.
I have a question: I want to create a math channel that displays the minimum or maximum of 60 logged channels. However the min() or max() function only allows me to have the minimum of 2 channels. Is there any other way of easily displaying the minimum or maximum value of a big amount of logged channels? Except of course off writing as your math channel as:
''min( min(min(1,2),min(3,4)),min(min(5,6),min(7,8))etc...'' with 1,2,3,4 being the logged channels
Thanks in advance!