object UGenSource
- Alphabetic
- By Inheritance
- UGenSource
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- abstract class MultiOut extends SomeOut
- abstract class SingleOut extends SomeOut
- sealed abstract class SomeOut extends UGenSource[UGenInLike] with GE.Lazy
- type Vec[+A] = IndexedSeq[A]
- abstract class ZeroOut extends UGenSource[Unit]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Vec: IndexedSeq.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
expand(in: GE): UGenInLike
Simple forwarder to
in.expand
that can be used to access the otherwise package-private method. -
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatOutputs(in: UGenInLike): Vec[UGenIn]
Simple forwarder to
in.flatOutputs
that can be used to access the otherwise package-private method. -
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final val inf: Float(Infinity)
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matchRate(ins: Vec[UGenIn], idx: Int, target: Rate): Vec[UGenIn]
-
def
matchRateFrom(ins: Vec[UGenIn], idx: Int, target: Rate): Vec[UGenIn]
- Annotations
- @tailrec()
- def matchRateT(ins: Vec[UGenIn], idx: Int, target: Rate): Vec[UGenIn]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
outputs(in: UGenInLike): Vec[UGenInLike]
Simple forwarder to
in.outputs
that can be used to access the otherwise package-private method. - def stringArg(s: String): Vec[UGenIn]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unbubble(in: UGenInLike): UGenInLike
Simple forwarder to
in.unbubble
that can be used to access the otherwise package-private method. - def unwrap(source: ZeroOut, args: Vec[UGenInLike]): Unit
- def unwrap(source: SomeOut, args: Vec[UGenInLike]): UGenInLike
-
def
unwrapAt(in: UGenInLike, index: Int): UGenInLike
Simple forwarder to
in.unwrap
that can be used to access the otherwise package-private method. -
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )