gate trouble
Hi,
I now have another issue with the gate. When nearing 0 either from pos or neg numbers. I need to have a gate that shows 0 in either side of the patch. This patch will drive motors via OSC.
Also something different: my fader does not follow to negatives when dragging the input box
Max Patch
Copy patch and select New From Clipboard in Max.
Thanks for any suggestions!
look into object "togedge"
i bypass fader behaviour with math. (shift everything into the + zone)
Number boxes don't go through every number when dragged, so 0 will not necessarily be set for the opposite polarity. This brute forces that.
Max Patch
Copy patch and select New From Clipboard in Max.
Sliders offsets are sort of a "post processing" stage. Internally they always work in a native 0-range. So what Ploki said is how to deal with this.
thanks for this. it works smoothly!