Class/Object

de.sciss.patterns.lucre

AuralPatternObj

Related Docs: object AuralPatternObj | package lucre

Permalink

final class AuralPatternObj[S <: Sys[S], I1 <: Sys[I1]] extends AuralScheduledBase[S, Unit, AuralObj[S]] with AuralObj[S]

Self Type
AuralPatternObj[S, I1]
Linear Supertypes
AuralObj[S], AuralScheduledBase[S, Unit, AuralObj[S]], ObservableImpl[S, State], ObjViewBase[S, Unit], ViewBase[S, Unit], Disposable[S.Tx], Observable[S.Tx, State], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuralPatternObj
  2. AuralObj
  3. AuralScheduledBase
  4. ObservableImpl
  5. ObjViewBase
  6. ViewBase
  7. Disposable
  8. Observable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AuralPatternObj(objH: Source[S.Tx, Pattern[S]], tree: SkipOctree[I1, TwoDim, (SpanLike, Vec[AuralObj[S]])])(implicit context: AuralContext[S], system: S { type I = I1 }, iSys: (S.Tx) ⇒ I1.Tx)

    Permalink

Type Members

  1. type Elem = AuralObj[S]

    Permalink
  2. type ElemHandle = AuralPatternObj.ElemHandle[S, Elem]

    Permalink
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  3. final class IPlaying extends ITimedState

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  4. final class IPreparing extends ITimedState

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  5. sealed trait ITimedState extends InternalState

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  6. sealed trait InternalState extends Disposable[synth.proc.impl.AuralScheduledBase.S.Tx]

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  7. type Model = (Event, Obj[S])

    Permalink
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  8. type PrepareResult = (ViewId, SpanLike, Model)

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  9. type Target = Unit

    Permalink
  10. type ViewId = Unit

    Permalink
    Definition Classes
    AuralPatternObj → AuralScheduledBase

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 asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkReschedule(h: ElemHandle, currentOffset: Long, oldTarget: Long, elemPlays: Boolean)(implicit tx: S.Tx): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  6. final def childPreparedOrRemoved(childView: AuralObj[S])(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  7. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  9. def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    AuralScheduledBase → Disposable
  10. final def elemAdded(vid: ViewId, span: SpanLike, obj: Model)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  11. def elemFromHandle(h: ElemHandle): Elem

    Permalink
    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  12. final def elemRemoved(h: ElemHandle, elemPlays: Boolean)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ObservableImpl
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. implicit val iSys: (S.Tx) ⇒ I1.Tx

    Permalink
    Attributes
    protected
  20. def init(pat: Pattern[S])(implicit tx: S.Tx): AuralPatternObj.this.type

    Permalink
  21. final def internalState(implicit tx: S.Tx): InternalState

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  22. final def internalState_=(value: InternalState)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def mkView(vid: Unit, span: SpanLike, m: Model)(implicit tx: S.Tx): ElemHandle

    Permalink

    Should create a new view for the given object and return a handle to it.

    Should create a new view for the given object and return a handle to it. As a side effect should also memorize the view in a view-tree, if such structure is maintained, for later retrieval in viewEventAfter

    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  25. def modelEventAfter(offset: Long)(implicit tx: S.Tx): Long

    Permalink

    Report the next interesting frame greater than the given frame for which gridReached (internal) and processPrepare will be called.

    Report the next interesting frame greater than the given frame for which gridReached (internal) and processPrepare will be called. If no such event exists, the method must return Long.MaxValue.

    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. val objH: Source[S.Tx, Pattern[S]]

    Permalink
    Definition Classes
    AuralPatternObj → ObjViewBase
  30. def play()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    AuralObj
  31. def playView(h: ElemHandle, timeRef: Option, target: Target)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  32. final def prepare(timeRef: Option)(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    AuralScheduledBase → ViewBase
  33. final def prepareSpan()(implicit tx: S.Tx): Span

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  34. def processEvent(play: IPlaying, timeRef: TimeRef)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  35. def processPlay(timeRef: TimeRef, target: Target)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  36. def processPrepare(spanP: Span, timeRef: TimeRef, initial: Boolean)(implicit tx: S.Tx): Iterator[PrepareResult]

    Permalink

    Called during preparation of armed elements.

    Called during preparation of armed elements. This happens either during initial prepare or during grid-events. Given the prepareSpan, the sub-class should

    - find the elements using an intersect - for each build a view and store it somewhere - for each view call prepareChild - accumulate the results of prepareChild into a Map that is returned.

    The map will become part of IPreparing.

    initial

    if true this is an initial preparation which means the method must include views that start before spanP if their span overlaps with spanP. If false this is a follow up from gridReached and the search must be restricted to views that start no earlier than spanP.

    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  37. final def react(fun: (S.Tx) ⇒ (State) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink
    Definition Classes
    ObservableImpl → Observable
  38. def reactNow(fun: (S.Tx) ⇒ (State) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink
    Definition Classes
    ViewBase
  39. final def run(timeRef: Option, target: Unit)(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    AuralScheduledBase → ViewBase
  40. final def scheduledEvent()(implicit tx: S.Tx): Scheduled

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  41. final def scheduledGrid()(implicit tx: S.Tx): Scheduled

    Permalink
    Attributes
    protected
    Definition Classes
    AuralScheduledBase
  42. final def state(implicit tx: S.Tx): State

    Permalink
    Definition Classes
    AuralScheduledBase → ViewBase
  43. final def stop()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    AuralScheduledBase → ViewBase
  44. def stopView(h: ElemHandle)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  45. def stopViews()(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. final def targetOption(implicit tx: S.Tx): Option[Unit]

    Permalink
    Definition Classes
    AuralScheduledBase
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. def tpe: Type

    Permalink
    Definition Classes
    AuralPatternObj → ObjViewBase
  50. def viewEventAfter(offset: Long)(implicit tx: S.Tx): Long

    Permalink

    Report the next interesting frame greater than the given frame for which eventReached (internal) and processEvent will be called.

    Report the next interesting frame greater than the given frame for which eventReached (internal) and processEvent will be called. If no such event exists, the method must return Long.MaxValue.

    Attributes
    protected
    Definition Classes
    AuralPatternObj → AuralScheduledBase
  51. final def wait(): Unit

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

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

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

Inherited from AuralObj[S]

Inherited from AuralScheduledBase[S, Unit, AuralObj[S]]

Inherited from ObservableImpl[S, State]

Inherited from ObjViewBase[S, Unit]

Inherited from ViewBase[S, Unit]

Inherited from Disposable[S.Tx]

Inherited from Observable[S.Tx, State]

Inherited from AnyRef

Inherited from Any

Ungrouped