Hello,
Has anyone ever found a trick or built an object to use the value closest to zero like [min~] does for lowest and [max~] for highest? Something like (for two signalvalues (f and g)):
if (f > 0, g > 0) use [min~] if (f < 0, g < 0) use [max~] else set signal to 0, or value = (f + g) / 2, or some better idea one could think of..
I was trying to shape waves out of combined functions (in this case tangent en cotangent (http://en.wikipedia.org/wiki/File:Trigonometric_functions.svg)). Infinity doesn't sound so nice ;-).
mfg,
Funs