SingleOut

trait SingleOut[A] extends UGenProxy[A] with UGen

A SingleOutUGen is a UGen which has exactly one output, and hence can directly function as input to another UGen without expansion.

Companion:
object
trait UGen
trait UGenProxy[A]
trait UGenIn[A]
trait UGenInLike[A]
trait GE[A]
trait Product
trait Equals
class Object
trait Matchable
class Any
class SingleOutImpl[A]

Value members

Abstract methods

Concrete methods

final def numOutputs: Int
final def outputIndex: Int
final def ugen: UGen

Inherited methods

def adjuncts: List[Adjunct]

Additional UGen arguments that are not of type UGenIn. These are included to achieve correct equality (also as we do not transcode unary/binary operator ids into special indices)

Additional UGen arguments that are not of type UGenIn. These are included to achieve correct equality (also as we do not transcode unary/binary operator ids into special indices)

Inherited from:
UGen
final def canEqual(x: Any): Boolean
Inherited from:
UGen
def hasSideEffect: Boolean
Inherited from:
UGen
def inputs: IndexedSeq[UGenIn[_]]
Inherited from:
UGen
def isIndividual: Boolean
Inherited from:
UGen
def name: String
Inherited from:
UGen
def numInputs: Int
Inherited from:
UGen
final def productArity: Int
Inherited from:
UGen
final def productElement(n: Int): Any
Inherited from:
UGen
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final override def productPrefix: String
Definition Classes
UGen -> Product
Inherited from:
UGen
override def toString: String
Definition Classes
UGen -> Any
Inherited from:
UGen