Packages

final case class XFade2(rate: Rate, inA: GE, inB: GE = 0.0f, pan: GE = 0.0f, level: GE = 1.0f) extends SingleOut with Product with Serializable

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

inA

The first input signal

inB

The second input signal

pan

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

level

An overall amplitude multiplier that is applied to the output signal

See also

LinXFade2

Pan2

XOut

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XFade2
  2. Serializable
  3. SingleOut
  4. SomeOut
  5. Lazy
  6. GE
  7. UGenSource
  8. Expander
  9. Lazy
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XFade2(rate: Rate, inA: GE, inB: GE = 0.0f, pan: GE = 0.0f, level: GE = 1.0f)

    inA

    The first input signal

    inB

    The second input signal

    pan

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

    level

    An overall amplitude multiplier that is applied to the output signal

Value Members

  1. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  2. val inA: GE
  3. val inB: GE
  4. val level: GE
  5. final def name: String
    Definition Classes
    UGenSource
  6. val pan: GE
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val rate: Rate
    Definition Classes
    XFade2GE