if 9 streams are greater than x problem....
i am trying to find a computationally fast way of outing a 1 if 9 separate streams of data go over a threshold. Kind of like the below patch, but working... any ideas? thanks in advance, rgb
AGH! sorry for posting it twice accidentally. nooooooooooooob.
will this do?
the problem is that each stream changes individually, so I only want a 1 when ever they all go over X..... I thought pak would save the day, but alas, no go there either... like below;
That patch should be fine. Here's an easier way to do it using [vexpr] rather than [if] which might be interesting.
that is closer but it still doesnt work when the streams are individually changing.... like this;
a better example would be is the line objects had a variety of ramp times
It does work. Either that or I'm not understanding the question.
oh sorry, it does work! thanks!!