object UGenSource

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UGenSource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class MultiOut extends SomeOut
  2. trait ProductReader[+A] extends AnyRef
  3. final class RefMapIn extends serial.RefMapIn[RefMapIn]
  4. final class RefMapOut extends serial.RefMapOut
  5. abstract class SingleOut extends SomeOut
  6. sealed abstract class SomeOut extends UGenSource[UGenInLike] with GE.Lazy
  7. type Vec[+A] = IndexedSeq[A]
  8. abstract class ZeroOut extends UGenSource[Unit]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val DefaultPackage: String("de.sciss.synth.ugen")
  5. val Vec: IndexedSeq.type
  6. def addProductReader(prefix: String, r: ProductReader[Product]): Unit
  7. def addProductReaderSq(xs: Iterable[ProductReader[Product]]): Unit

    Derives the productPrefix served by the reader by the reader's class name itself.

  8. def addProductReaders(xs: Iterable[(String, ProductReader[Product])]): Unit
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def expand(in: GE): UGenInLike

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

  14. def flatOutputs(in: UGenInLike): Vec[UGenIn]

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

  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final val inf: Float(Infinity)
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def matchRate(ins: Vec[UGenIn], idx: Int, target: Rate): Vec[UGenIn]
  20. def matchRateFrom(ins: Vec[UGenIn], idx: Int, target: Rate): Vec[UGenIn]
    Annotations
    @tailrec()
  21. def matchRateT(ins: Vec[UGenIn], idx: Int, target: Rate): Vec[UGenIn]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def outputs(in: UGenInLike): Vec[UGenInLike]

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

  26. def stringArg(s: String): Vec[UGenIn]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def unbubble(in: UGenInLike): UGenInLike

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

  30. def unwrap(source: ZeroOut, args: Vec[UGenInLike]): Unit
  31. def unwrap(source: SomeOut, args: Vec[UGenInLike]): UGenInLike
  32. def unwrapAt(in: UGenInLike, index: Int): UGenInLike

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

  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped