UGenOutProxy

final case class UGenOutProxy[A](ugen: MultiOut[A], outputIndex: Int) extends UGenProxy[A]

A UGenOutProxy refers to a particular output of a multi-channel UGen. A sequence of these form the representation of a multi-channel-expanded UGen.

trait Serializable
trait UGenProxy[A]
trait UGenIn[A]
trait UGenInLike[A]
trait GE[A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product