Packages

object Pan2 extends ProductReader[Pan2] with Serializable

A stereo panorama UGen based on equal-power amplitude control. When in center position ( pos = 0 ), the signal is attenuated by sqrt(0.5) or approx. -3 dB.

Examples
// periodic left-right oscillation
play { Pan2.ar(PinkNoise.ar(0.4), SinOsc.kr(0.25), 0.3) }
See also

LinPan2

PanAz

Pan4

Balance2

XFade2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pan2
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def ar(in: GE, pos: GE = 0.0f, level: GE = 1.0f): Pan2

    in

    (monophonic) input signal to be panned

    pos

    panorama position between -1 (hard left) via 0 (center) to +1 (hard right)

    level

    additional gain control

  2. def kr(in: GE, pos: GE = 0.0f, level: GE = 1.0f): Pan2

    in

    (monophonic) input signal to be panned

    pos

    panorama position between -1 (hard left) via 0 (center) to +1 (hard right)

    level

    additional gain control

  3. def read(in: RefMapIn, key: String, arity: Int): Pan2
    Definition Classes
    Pan2ProductReader