object UGenSource
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UGenSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class MultiOut extends SomeOut
- trait ProductReader[+A] extends AnyRef
- final class RefMapIn extends serial.RefMapIn[RefMapIn]
- final class RefMapOut extends serial.RefMapOut
- 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
- final val DefaultPackage: String("de.sciss.synth.ugen")
- val Vec: IndexedSeq.type
- def addProductReader(prefix: String, r: ProductReader[Product]): Unit
- def addProductReaderSq(xs: Iterable[ProductReader[Product]]): Unit
Derives the
productPrefix
served by the reader by the reader's class name itself. - def addProductReaders(xs: Iterable[(String, ProductReader[Product])]): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): 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 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[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated