AmpCompA

final case
class AmpCompA(rate: Rate, freq: GE, root: GE, minAmp: GE, rootAmp: GE) extends SingleOut

A UGen that produces a psychoacoustic amplitude compensation factor for a given frequency. It uses the A-weighting curve that is based on the Fletcher-Munson curve for rather low volume sounds (40 phon).

Only the freq parameter can be modulated, the other parameters are read at initialization time only.

Value Params
freq

the frequency in Hertz for which to determine the compensation factor

minAmp

amplitude at the minimum point of the curve. This is the factor output when freq is approx. 2512 Hz. ''(init-time only)''

root

the root frequency in Hertz, relative to which the curve is calculated. This is usually lowest expected frequency. ''(init-time only)''

rootAmp

amplitude at the root frequency of the curve. This is the factor output when freq == root . ''(init-time only)''

See also
Companion
object
trait Serializable
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
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

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource