isNegative test if signal is < 0


a.isNegative

isNegative(a)


(

{

var a;

a = Line.ar(-1, 1, 0.01);

a.isNegative

}.plot)