Limiter

final case class Limiter(in: D, attack: I, release: I, ceiling: D) extends SingleOut[Double]

A UGen that limits the amplitude of its input signal. Modelled after FScape 1.0 limiter module. N.B.: The UGen outputs a gain control signal, so the input must be multiplied by this signal to obtain the actually limited signal.

Value parameters:
attack

the attack duration in frames, as -60 dB point

ceiling

the maximum allowed amplitude

in

input signal

release

the release duration in frames, as -60 dB point

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