de.sciss.synth.proc.Transport

Offline

trait Offline[S <: Sys[S], Elem, U] extends Transport[S, Elem, U]

A transport sub-type which does not automatically advance in accordance to a real-time clock, but awaits manually stepping through. This can be used for debugging or unit testing purposes.

Linear Supertypes
Transport[S, Elem, U], Chronos[S], Disposable[Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Offline
  2. Transport
  3. Chronos
  4. Disposable
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def dispose()(implicit tx: Tx): Unit

    Definition Classes
    Disposable
  2. abstract def elapse(seconds: Double)(implicit tx: Tx): Unit

    Advances the offline logical clock by a given amount of seconds.

  3. abstract def isPlaying(implicit tx: Tx): Boolean

    Definition Classes
    Transport
  4. abstract def iterator(implicit tx: Tx): Iterator[Tx, (SpanLike, TimedElem[S, Elem])]

    Iterator over all processes which intersect with the current time.

    Iterator over all processes which intersect with the current time.

    Definition Classes
    Transport
  5. abstract def play()(implicit tx: Tx): Unit

    Definition Classes
    Transport
  6. abstract def react(fun: (Update[S, Elem, U]) ⇒ Unit)(implicit tx: Tx): Disposable[Tx]

    Definition Classes
    Transport
  7. abstract def reactTx(fun: (Tx) ⇒ (Update[S, Elem, U]) ⇒ Unit)(implicit tx: Tx): Disposable[Tx]

    Definition Classes
    Transport
  8. abstract def sampleRate: Double

    Definition Classes
    Transport
  9. abstract def seek(time: Long)(implicit tx: Tx): Unit

    Definition Classes
    Transport
  10. abstract def step()(implicit tx: Tx): Unit

    Advances the transport to the next position (if there is any)

  11. abstract def stop()(implicit tx: Tx): Unit

    Definition Classes
    Transport
  12. abstract def time(implicit tx: Tx): Long

    Definition Classes
    Chronos

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

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

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  15. final def notify(): Unit

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

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Transport[S, Elem, U]

Inherited from Chronos[S]

Inherited from Disposable[Tx]

Inherited from AnyRef

Inherited from Any