[LAD] Routing signals in mixer (Ardour, Qtractor)

Harry Van Haaren harryhaaren at gmail.com
Thu Jul 15 17:39:31 UTC 2010


> > A nice "quick" fix for these is:
> > if ( number < 0.000000001)
> >       number = 0.0;
> >
> > ;-)
>
> Don't forget about negative numbers ;-)
>
> n = ((n > 0.0 && n < 0.000000001) || (n < 0.0 && n > -0.000000001)) ? 0.0 :
> n;
>

I stand corrected :-)
Cheers, -Harry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxaudio.org/pipermail/linux-audio-dev/attachments/20100715/ecb4b2a7/attachment.html>


More information about the Linux-audio-dev mailing list