LinXFade2

final case
class LinXFade2(rate: Rate, inA: GE, inB: GE, pan: GE, level: GE) extends SingleOut

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

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)

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