Page 1 of 1

Posted: 13 Apr 2010, 00:54
by joffo78
Hi i made a patch that compare 2 values to keep only the bigger.
I build it with 2 faders which are compared and a pass event flow to keep the biggest value.
but when the bigger fader is on if i reduce his value not too slowly it dosen't change the previous value.
This is this patch:
http://www.sensomusic.com/forums/upload ... 0manip.pat

Posted: 13 Apr 2010, 08:04
by bsork
Hi, I tested your patch a little and noticed the problem. However, the patch isn't quite the way you described it, as the result will only be the largest value if it's from fader A. If that's what you're after, I don't have any ideas rigth now, but if you really want the largest value independent of which fader has it, use a Max(A,B) instead of the A>=B and Pass.

Posted: 13 Apr 2010, 08:54
by joffo78
Ok thank anyway i find a good solution with max value of an array.