UGenSource

object UGenSource
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait MultiOut[A]
trait SingleOut[A]
trait ZeroOut extends UGenSource[Unit, Unit]

Value members

Concrete methods

def expand[A](in: GE[A])(implicit b: Builder): UGenInLike[A]

Simple forwarder to in.expand that can be used to access the otherwise package-private method.

Simple forwarder to in.expand that can be used to access the otherwise package-private method.

def flatOutputs[A](in: UGenInLike[A]): IndexedSeq[UGenIn[A]]

Simple forwarder to in.flatOutputs that can be used to access the otherwise package-private method.

Simple forwarder to in.flatOutputs that can be used to access the otherwise package-private method.

def outputs[A](in: UGenInLike[A]): IndexedSeq[UGenInLike[A]]

Simple forwarder to in.outputs that can be used to access the otherwise package-private method.

Simple forwarder to in.outputs that can be used to access the otherwise package-private method.

def unbubble[A](in: UGenInLike[A]): UGenInLike[A]

Simple forwarder to in.unbubble that can be used to access the otherwise package-private method.

Simple forwarder to in.unbubble that can be used to access the otherwise package-private method.

def unwrap[A, S](source: SomeOut[A, S], args: IndexedSeq[UGenInLike[_]])(implicit b: Builder): UGenInLike[A]
def unwrap(source: ZeroOut, args: IndexedSeq[UGenInLike[_]])(implicit b: Builder): Unit
def unwrapAt[A](in: UGenInLike[A], index: Int): UGenInLike[A]

Simple forwarder to in.unwrap that can be used to access the otherwise package-private method.

Simple forwarder to in.unwrap that can be used to access the otherwise package-private method.