object UGenSource
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UGenSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait MultiOut extends SomeOut[IndexedSeq[StreamOut]]
- trait SingleOut extends SomeOut[StreamOut]
-
sealed
trait
SomeOut[S] extends UGenSource[UGenInLike, S] with GE.Lazy
- Attributes
- protected
- trait ZeroOut extends UGenSource[Unit, 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
-
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)(implicit b: Builder): UGenInLike
Simple forwarder to
in.expandthat 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): IndexedSeq[UGenIn]
Simple forwarder to
in.flatOutputsthat 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
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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): IndexedSeq[UGenInLike]
Simple forwarder to
in.outputsthat can be used to access the otherwise package-private method. -
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.unbubblethat can be used to access the otherwise package-private method. - def unwrap(source: ZeroOut, args: IndexedSeq[UGenInLike])(implicit b: Builder): Unit
- def unwrap[S](source: SomeOut[S], args: IndexedSeq[UGenInLike])(implicit b: Builder): UGenInLike
-
def
unwrapAt(in: UGenInLike, index: Int): UGenInLike
Simple forwarder to
in.unwrapthat 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( ... )