Balance2

object Balance2 extends ProductReader[Balance2]

An equal power two channel balancing UGen. It takes a left and right input signal and attenuates them according to the pos value, producing again a stereophonic output.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Balance2]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(inL: GE, inR: GE, pos: GE, level: GE): Balance2
Value Params
inL

The left input signal

inR

The right input signal

pos

The balance position from -1 (left only, right muted) to +1 (right only, left muted). The curve follows an equal power law, such that left.squared + right.squared == 1 , e.g. at the middle position 0 , both channels are multiplied with factor sqrt(0.5) = 0.707 = -3 dB .

def kr(inL: GE, inR: GE, pos: GE, level: GE): Balance2
Value Params
inL

The left input signal

inR

The right input signal

pos

The balance position from -1 (left only, right muted) to +1 (right only, left muted). The curve follows an equal power law, such that left.squared + right.squared == 1 , e.g. at the middle position 0 , both channels are multiplied with factor sqrt(0.5) = 0.707 = -3 dB .

def read(in: RefMapIn, key: String, arity: Int): Balance2