Class

de.sciss.synth.proc.impl.AuralProcDataImpl

Impl

Related Doc: package AuralProcDataImpl

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addInstanceNode(n: Full)(implicit tx: S.Tx): Unit

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

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

    Permalink
    Definition Classes
    Any
  7. def buildAttrInput(b: NodeDependencyBuilder[S], key: String, value: Value)(implicit tx: S.Tx): Unit

    Permalink

    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 buildAttrValueInput(b: NodeDependencyBuilder[S], key: String, value: Obj[S], numChannels: Int)(implicit tx: S.Tx): Unit

    Permalink

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

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

    Attributes
    protected
  9. def clone(): AnyRef

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

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

    Permalink

    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

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

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

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

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

    Permalink
    Definition Classes
    ImplProcData
  17. final def getScanIn(key: String)(implicit tx: S.Tx): Option[Either[lucre.synth.AudioBus, AuralScan[S]]]

    Permalink
    Definition Classes
    ImplProcData
  18. final def getScanOut(key: String)(implicit tx: S.Tx): Option[Either[lucre.synth.AudioBus, AuralScan[S]]]

    Permalink
    Definition Classes
    ImplProcData
  19. def hashCode(): Int

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

    Permalink

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

  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def nodeOption(implicit tx: S.Tx): Option[NodeRef]

    Permalink

    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
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def obj: Source[S.Tx, Proc[S]]

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

    Permalink
    Definition Classes
    ImplProcData
  28. final def removeInstanceNode(n: Full)(implicit tx: S.Tx): Unit

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

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

    Permalink

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

    Permalink
  36. final def wait(): Unit

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

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

    Permalink
    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