hey there,
wondering if someone can help me out with this.. i believe rand works by generating a random number string that can be applied to something, but is not truly random in the sense that a random number is picked each for each value each time a value is called.
in practice this means, if i have # pan rand
applied in two places in my code they will "randomly" pan together/in sync.
what i'm looking for is a way to invert one of those values. so in practice one would pan right when the other pans left, by equal amounts.
what's the best way to go about this?