Pan4

final case
class Pan4(rate: Rate, in: GE, xpos: GE, ypos: GE, level: GE) extends MultiOut

A four channel equal-power panorama UGen. The outputs are in order leftFront , rightFront , leftBack , rightBack .

Value Params
in

(monophonic) input signal to be panned

level

additional gain control

xpos

horizontal panorama position from -1 (left) to +1 (right)

ypos

front-to-back panorama position from -1 (back) to +1 (front)

See also
Companion
object
trait Serializable
class MultiOut
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

Concrete methods

def leftBack: GE
def leftFront: GE
def rightBack: GE
def rightFront: GE

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