ControlUGenOutProxy

final case
class ControlUGenOutProxy(source: ControlProxyLike, outputIndex: Int) extends UGenIn

A ControlOutProxy is similar to a UGenOutProxy in that it denotes an output channel of a control UGen. However it refers to a control-proxy instead of a real control ugen, since the proxies are synthesized into actual ugens only at the end of a synth graph creation, in order to clump several controls together. ControlOutProxy instance are typically returned from the ControlProxyFactory class, that is, using the package implicits, from calls such as "myControl".kr.

trait Serializable
trait UGenIn
trait GE
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def rate: Rate
override
def toString: String
Definition Classes
Any

Inherited methods

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