I have a slider set up with -1 on the left end and 1 on the right end. I want to set something up where as soon as the slider passes from positive to negative a single bang is sent, and when it goes back from negative to positive a different single bang is sent. I want it to be where anything (even 0.001) above or below 0 will send the bangs.
I used a little patch I found here that incorporates [onebang] and it works alright but it is not entirely dependable. Sometimes it works, but occasionally it will miss a bang and end up being backwards somehow. Anyway, just curious if anyone knows an easy way to set this up.