Class

de.sciss.synth.proc.impl.AuralProcImpl

Impl

Related Doc: package AuralProcImpl

Permalink

class Impl[S <: Sys[S]] extends AuralObj.Proc[S] with Context[S] with Observer[S] with ObservableImpl[S, State]

Self Type
Impl[S]
Linear Supertypes
ObservableImpl[S, State], Observer[S], Context[S], AuralObj.Proc[S], AuralObj[S], AuralView[S, Unit], Disposable[S.Tx], Observable[S.Tx, State], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Impl
  2. ObservableImpl
  3. Observer
  4. Context
  5. Proc
  6. AuralObj
  7. AuralView
  8. Disposable
  9. Observable
  10. AnyRef
  11. 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 addObserver(obs: Disposable[S.Tx]): Unit

    Permalink
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def attrNumChannelsChanged(attr: AuralAttribute[S])(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ImplObserver
  7. def buildAsyncAttrBufferInput(b: AsyncProcBuilder[S], key: String, value: Obj[S])(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
  8. def buildAsyncAttrInput(b: AsyncProcBuilder[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.

    Attributes
    protected
  9. def buildAsyncInput(b: AsyncProcBuilder[S], keyW: Key, value: Value)(implicit tx: S.Tx): Unit

    Permalink

    Sub-classes may override this if falling back to the super-method.

    Sub-classes may override this if falling back to the super-method.

    Attributes
    protected
  10. def buildAttrInput(nr: Full[S], timeRef: TimeRef, 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. If the value is incompatible with the assigned value and rebuilding the synth-graph would alleviate that problem, a MissingIn should be thrown. If the problem does not change in terms of the re-evaluation of the synth-graph, a different generic exception must be thrown to avoid an infinite loop.

    Attributes
    protected
  11. def buildAttrStreamInput(nr: Full[S], timeRef: TimeRef, key: String, info: Spec, idx: Int, bufSize: Int, value: Obj[S])(implicit tx: S.Tx): BufferAndGain

    Permalink

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

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

    Attributes
    protected
  12. final def buildState(implicit tx: S.Tx): State[S]

    Permalink
    Attributes
    protected
  13. def buildSyncInput(nr: Full[S], timeRef: TimeRef, keyW: Key, value: Value)(implicit tx: S.Tx): Unit

    Permalink

    Sub-classes may override this if falling back to the super-method.

    Sub-classes may override this if falling back to the super-method.

    Attributes
    protected
  14. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ImplProc
  16. 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
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def fire(update: State)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ObservableImpl
  21. def getAttr(key: String)(implicit tx: S.Tx): Option[AuralAttribute[S]]

    Permalink
    Definition Classes
    ImplProc
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getOutput(key: String)(implicit tx: S.Tx): Option[AuralOutput[S]]

    Permalink
    Definition Classes
    ImplProc
  24. def hashCode(): Int

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

    Permalink

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

  26. def invokeRetry(state: Incomplete[S])(implicit tx: S.Tx): State[S]

    Permalink

    Sub-classes may override this to provide additional context, but should then call super.invokeRetry.

    Sub-classes may override this to provide additional context, but should then call super.invokeRetry.

    Attributes
    protected
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def launch(ugen: Complete[S], timeRef: TimeRef)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
  29. final def mkGenView(a: Gen[S], key: String)(implicit tx: S.Tx): GenView[S]

    Permalink
    Attributes
    protected
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def nodeOption(implicit tx: TxnLike): 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
    ImplProc
  32. final def notify(): Unit

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

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

    Permalink

    The view must store a handle to its underlying model.

    The view must store a handle to its underlying model.

    Definition Classes
    ImplProcAuralView
  35. final def play(timeRef: Option, unit: Unit)(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ImplAuralView
  36. def play()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    AuralObj
  37. object ports extends ObservableImpl[S, Update[S]]

    Permalink
    Definition Classes
    ImplProc
  38. final def prepare(timeRef: Option)(implicit tx: S.Tx): Unit

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

    Permalink
    Attributes
    protected
  40. final def react(fun: (S.Tx) ⇒ (State) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink
    Definition Classes
    ObservableImpl → Observable
  41. def requestAttrStreamValue(key: String, value: Obj[S])(implicit tx: S.Tx): Value

    Permalink

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

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

    Attributes
    protected
  42. def requestInput[Res](in: Input { type Value = Res }, st: Requester[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
  43. def requestInputBuffer(key: String, value: Obj[S])(implicit tx: S.Tx): Value

    Permalink

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

    Sub-classes may override this if invoking the super-method. The async field of the return value is not used but overwritten by the calling instance. It can thus be left at an arbitrary value.

    Attributes
    protected
  44. final def server: lucre.synth.Server

    Permalink
    Definition Classes
    ImplContext
  45. final def simpleInputStreamValue(numChannels: Int): Value

    Permalink
    Attributes
    protected
  46. final def state(implicit tx: S.Tx): State

    Permalink
    Definition Classes
    ImplAuralView
  47. final def stop()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ImplAuralView
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. final def targetState(implicit tx: S.Tx): State

    Permalink
    Definition Classes
    ImplProc
  50. def toString(): String

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

    Permalink
    Attributes
    protected
  52. final def typeID: Int

    Permalink
    Definition Classes
    ImplAuralView
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ObservableImpl[S, State]

Inherited from Observer[S]

Inherited from Context[S]

Inherited from AuralObj.Proc[S]

Inherited from AuralObj[S]

Inherited from AuralView[S, Unit]

Inherited from Disposable[S.Tx]

Inherited from Observable[S.Tx, State]

Inherited from AnyRef

Inherited from Any

Ungrouped