ARCWindow

final case class ARCWindow(in: D, size: I, lo: D, hi: D, lag: D) extends SingleOut[Double]

Automatic range control UGen. It traces the range of a windowed input signal.

If all values of a window are the same, the lo value is output.

Value parameters:
hi

desired upper margin of output

in

signal to adjust

lag

lag or feedback coefficient

lo

desired lower margin of output

size

window size of input

Companion:
object
trait Serializable
trait SingleOut[Double]
trait Lazy[Double]
trait GE[Double]
trait Expander[UGenInLike[Double]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product