LinXFade2

object LinXFade2 extends ProductReader[LinXFade2]

An linear two channel cross fading UGen. In center position ( pan = 0 ), both input signals are attenuated by 0.5 or approx. -6 dB.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[LinXFade2]
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(inA: GE, inB: GE, pan: GE, level: GE): LinXFade2
Value Params
inA

The first input signal

inB

The second input signal

level

An overall amplitude multiplier that is applied to the output signal

pan

the cross-fade position from -1 (only input A audible) to +1 (only input B audible)

def kr(inA: GE, inB: GE, pan: GE, level: GE): LinXFade2
Value Params
inA

The first input signal

inB

The second input signal

level

An overall amplitude multiplier that is applied to the output signal

pan

the cross-fade position from -1 (only input A audible) to +1 (only input B audible)

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