ARCWindow

final case
class ARCWindow(in: GE, size: GE, lo: GE, hi: GE, lag: GE) extends SingleOut

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 Params
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
trait SomeOut[StreamOut]
trait Lazy
trait GE
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