Package

de.sciss.synth.proc

impl

Permalink

package impl

Visibility
  1. Public
  2. All

Type Members

  1. final class AsyncProcBuilder[S <: Sys[S]] extends AnyRef

    Permalink

    An object used in the preparatory phase of playing a process.

    An object used in the preparatory phase of playing a process. It allows the addition of asynchronous processors.

  2. trait AsyncResource[S <: Sys[S]] extends Processor[Any] with Disposable[impl.AsyncResource.S.Tx]

    Permalink
  3. trait AuralAttributeImpl[S <: Sys[S]] extends AuralAttribute[S] with ObservableImpl[S, State]

    Permalink
  4. final class AuralAttributeTargetImpl[S <: Sys[S]] extends Target[S] with ObservableImpl[S, Value]

    Permalink
  5. final class AuralFolderAttribute[S <: Sys[S]] extends AuralAttribute[S] with ObservableImpl[S, State] with Observer[S]

    Permalink
  6. trait AuralFolderLikeImpl[S <: Sys[S], Repr <: Obj[S], View <: FolderLike[S, View]] extends FolderLike[S, View] with ObservableImpl[S, State]

    Permalink
  7. final class AuralGraphemeAttribute[S <: Sys[S], I <: Sys[I]] extends AuralGraphemeBase[S, I, Target[S], AuralAttribute[S]] with AuralAttribute[S] with Observer[S]

    Permalink
  8. trait AuralGraphemeBase[S <: Sys[S], I <: Sys[I], Target, Elem <: ObjViewBase[S, Target]] extends AuralScheduledBase[S, Target, Elem] with ObservableImpl[S, State]

    Permalink

    Base for AuralGraphemeAttribute

    Base for AuralGraphemeAttribute

    See also

    AuralGraphemeAttribute

  9. final class AuralOutputAttribute[S <: Sys[S]] extends AuralAttributeImpl[S]

    Permalink
  10. trait AuralScheduledBase[S <: Sys[S], Target, Elem <: ViewBase[S, Target]] extends ObjViewBase[S, Target] with ObservableImpl[S, State]

    Permalink

    Common base for AuralGraphemeBase and AuralTimelineBase.

  11. final class AuralTimelineAttribute[S <: Sys[S], I <: Sys[I]] extends AuralTimelineBase[S, I, Target[S], AuralAttribute[S]] with AuralAttribute[S] with Observer[S]

    Permalink
  12. trait AuralTimelineBase[S <: Sys[S], I <: Sys[I], Target, Elem <: ViewBase[S, Target]] extends AuralScheduledBase[S, Target, Elem] with ObservableImpl[S, State]

    Permalink
  13. trait AuxContextImpl[S <: Sys[S]] extends AnyRef

    Permalink

    Building block for things like AuralContext.

  14. trait BasicRunnerImpl[S <: Sys[S]] extends BasicViewBaseImpl[S, Unit] with Runner[S]

    Permalink
  15. trait BasicViewBaseImpl[S <: Sys[S], -Target] extends ViewBase[S, Target] with ObservableImpl[S, State]

    Permalink
  16. final class BounceImpl[S <: Sys[S]] extends Bounce[S]

    Permalink
  17. final class ContextEntry[S <: Sys[S]] extends AnyRef

    Permalink
  18. trait ContextImpl[S <: Sys[S]] extends AnyRef

    Permalink
  19. trait KeyMapImpl[S <: Sys[S], Key, Value] extends AnyRef

    Permalink

     Common building block for implementing reactive maps where the key is a constant element (that is, it does not require updating such as an S#Id).

     Common building block for implementing reactive maps where the key is a constant element (that is, it does not require updating such as an S#Id).

    S

    the system used

    Key

    the type of key, such as String

    Value

    the value type, which has an event attached to it (found via valueInfo)

  20. final class MemoryClassLoader extends ClassLoader

    Permalink
  21. final class StreamBuffer extends SendReplyResponder

    Permalink

    An object that manages streaming an audio buffer.

Ungrouped