de.sciss.synth.ugen
A UGen that tests if a signal is within a given range. If in >= lo and in <= hi , outputs 1.0, otherwise outputs 0.0.
in >= lo
in <= hi
input signal to test
lower margin of test range (inclusive)
upper margin of test range (inclusive)
Schmidt
Clip
InRect
Abstract method which must be implemented by creating the actual UGens during expansion.
UGen
Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion
the expanded object (depending on the type parameter U)
U
A UGen that tests if a signal is within a given range. If
in >= lo
andin <= hi
, outputs 1.0, otherwise outputs 0.0.input signal to test
lower margin of test range (inclusive)
upper margin of test range (inclusive)
Schmidt
Clip
InRect