de.sciss.synth.proc.impl.AuralProcDataImpl

Impl

class Impl[S <: Sys[S]] extends ProcData[S] with Context[S]

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

Instance Constructors

  1. new Impl()(implicit context: AuralContext[S])

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 def addInstanceNode(n: NodeRef)(implicit tx: S.Tx): Unit

    Definition Classes
    ImplProcData
  5. final def addInstanceView(view: AuralObj.Proc[S])(implicit tx: S.Tx): Unit

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

    Definition Classes
    Any
  7. def attrControlSet(key: String, value: Elem[S])(implicit tx: S.Tx): ControlSet

    Sub-classes may override this if invoking the super-method.

    Sub-classes may override this if invoking the super-method.

    Definition Classes
    ImplProcData
  8. def attrNodeSet(n: NodeRef, key: String, assigned: Value, value: Obj[S])(implicit tx: S.Tx): Unit

    Attributes
    protected
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit val context: AuralContext[S]

    Definition Classes
    ImplProcData
  11. def dispose()(implicit tx: S.Tx): Unit

    Sub-classes may override this if invoking the super-method.

    Sub-classes may override this if invoking the super-method.

    Definition Classes
    Impl → Disposable
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  16. final def getScanBus(key: String)(implicit tx: S.Tx): Option[lucre.synth.AudioBus]

    Definition Classes
    ImplProcData
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def init(proc: Proc.Obj[S])(implicit tx: S.Tx): Impl.this.type

    Sub-classes may override this if invoking the super-method.

  19. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  21. final 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.

    Definition Classes
    ImplProcData
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. final def obj: Source[S.Tx, Proc.Obj[S]]

    Definition Classes
    ImplProcData
  25. final def procCached()(implicit tx: S.Tx): Proc.Obj[S]

    Definition Classes
    ImplProcData
  26. final def removeInstanceNode(n: NodeRef)(implicit tx: S.Tx): Unit

    Definition Classes
    ImplProcData
  27. final def removeInstanceView(view: AuralObj.Proc[S])(implicit tx: S.Tx): Unit

    Definition Classes
    ImplProcData
  28. def requestInput[Res](in: Input { type Value = Res }, st: Incomplete[S])(implicit tx: S.Tx): Res

    Sub-classes may override this if invoking the super-method.

    Sub-classes may override this if invoking the super-method.

    Definition Classes
    ImplContext
  29. final def sinkAdded(key: String, view: AuralScan[S])(implicit tx: S.Tx): Unit

    Definition Classes
    ImplProcData
  30. final def state(implicit tx: S.Tx): State[S]

    Definition Classes
    ImplProcData
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    Impl → AnyRef → Any
  33. final def tryBuild()(implicit tx: S.Tx): Unit

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Context[S]

Inherited from ProcData[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped