Hello,<br><br>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)):<br><br>if (f &gt; 0, g &gt; 0)<br>
  use [min~]<br>if (f &lt; 0, g &lt; 0)<br>  use [max~]<br>else<br>  set signal to 0, or value = (f + g) / 2, or some better idea one could think of..<br><br>I was trying to shape waves out of combined functions (in this case tangent en cotangent (<a href="http://en.wikipedia.org/wiki/File:Trigonometric_functions.svg">http://en.wikipedia.org/wiki/File:Trigonometric_functions.svg</a>)). Infinity doesn&#39;t sound so nice ;-).<br>
<br>mfg,<br><br>Funs<br>