LinPan2

object LinPan2 extends ProductReader[LinPan2]

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

===Examples===

// periodic left-right oscillation
play { LinPan2.ar(PinkNoise.ar(0.4), SinOsc.kr(0.25), 0.3) }
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[LinPan2]
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(in: GE, pos: GE, level: GE): LinPan2
Value Params
in

(monophonic) input signal to be panned

level

additional gain control

pos

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

def kr(in: GE, pos: GE, level: GE): LinPan2
Value Params
in

(monophonic) input signal to be panned

level

additional gain control

pos

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

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