de.sciss.synth.proc.AuralObj

ProcData

trait ProcData[S <: Sys[S]] extends Disposable[AuralObj.ProcData.S.Tx]

Linear Supertypes
Disposable[S.Tx], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProcData
  2. Disposable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addInstanceNode(n: NodeRef)(implicit tx: S.Tx): Unit

  2. abstract def addInstanceView(view: Proc[S])(implicit tx: S.Tx): Unit

  3. abstract def attrControlSet(key: String, value: Elem[S])(implicit tx: S.Tx): ControlSet

    Converts an attribute key and a value, given as an Elem, to a control-set entry for a synth.

    Converts an attribute key and a value, given as an Elem, to a control-set entry for a synth. Currently throws an exception if the attribute value cannot be cast into a scalar control value.

    A scalar audio grapheme is not supported right now.

  4. implicit abstract def context: AuralContext[S]

  5. abstract def dispose()(implicit tx: S.Tx): Unit

    Definition Classes
    Disposable
  6. abstract def getScanBus(key: String)(implicit tx: S.Tx): Option[lucre.synth.AudioBus]

  7. abstract def nodeOption(implicit tx: S.Tx): Option[NodeRef]

    The node reference associated with the process.

    The node reference associated with the process. A Some value indicates that at least one instance view is playing, whereas a None value indicates that there is no actively playing instance view at the moment.

  8. abstract def obj: Source[S.Tx, Proc.Obj[S]]

  9. abstract def procCached()(implicit tx: S.Tx): Proc.Obj[S]

  10. abstract def removeInstanceNode(n: NodeRef)(implicit tx: S.Tx): Unit

  11. abstract def removeInstanceView(view: Proc[S])(implicit tx: S.Tx): Unit

  12. abstract def sinkAdded(key: String, view: AuralScan[S])(implicit tx: S.Tx): Unit

  13. abstract def state(implicit tx: S.Tx): UGenGraphBuilder.State[S]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped