de.sciss.synth.proc.AudioCue.Obj

ReplaceOffset

final class ReplaceOffset[S <: Sys[S]] extends LongOpImpl[S]

Linear Supertypes
LongOpImpl[S], Obj[S], NodeImpl[S, AudioCue], SingleNode[S, Change[AudioCue]], lucre.event.Node[S], Expr[S, AudioCue], lucre.stm.Obj[S], Mutable[S.ID, S.Tx], Identifiable[S.ID], Elem[S], Publisher[S, Change[AudioCue]], Disposable[S.Tx], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplaceOffset
  2. LongOpImpl
  3. Obj
  4. NodeImpl
  5. SingleNode
  6. Node
  7. Expr
  8. Obj
  9. Mutable
  10. Identifiable
  11. Elem
  12. Publisher
  13. Disposable
  14. Writable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReplaceOffset(targets: Targets[S], peer: Obj.Ex[S], offset: LongObj[S])

Type Members

  1. trait Changed extends SingleEvent[S, A]

    Definition Classes
    SingleNode

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. final def attr(implicit tx: S.Tx): AttrMap[S]

    Definition Classes
    Obj
  8. object changed extends Changed

    Definition Classes
    LongOpImpl → SingleNode → Publisher
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def connect()(implicit tx: S.Tx): ReplaceOffset.this.type

    Definition Classes
    LongOpImpl
  11. def copy[Out <: Sys[Out]]()(implicit tx: S.Tx, txOut: copy.Out.Tx, context: Copy[S, Out]): Elem[Out]

    Definition Classes
    ReplaceOffset → Elem
  12. final def dispose()(implicit tx: S.Tx): Unit

    Definition Classes
    Node → Disposable
  13. def disposeData()(implicit tx: S.Tx): Unit

    Attributes
    protected
    Definition Classes
    LongOpImpl → Node
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean

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

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

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

    Definition Classes
    Identifiable → AnyRef → Any
  19. final def id: S.ID

    Definition Classes
    Node → Identifiable
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def mapNum(peerValue: AudioCue, numValue: Long): AudioCue

    Attributes
    protected
    Definition Classes
    ReplaceOffsetLongOpImpl
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def num: LongObj[S]

    Attributes
    protected
    Definition Classes
    ReplaceOffsetLongOpImpl
  26. def numChannels(implicit tx: S.Tx): Int

    A simple forward to spec.numChannels

    A simple forward to spec.numChannels

    Definition Classes
    Obj
  27. def numFrames(implicit tx: S.Tx): Long

    A simple forward to spec.numFrames

    A simple forward to spec.numFrames

    Definition Classes
    Obj
  28. val offset: LongObj[S]

  29. def opID: Int

    Attributes
    protected
    Definition Classes
    ReplaceOffsetLongOpImpl
  30. val peer: Obj.Ex[S]

    Definition Classes
    ReplaceOffsetLongOpImpl
  31. def sampleRate(implicit tx: S.Tx): Double

    A simple forward to spec.sampleRate

    A simple forward to spec.sampleRate

    Definition Classes
    Obj
  32. final def spec(implicit tx: S.Tx): AudioFileSpec

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

    Definition Classes
    AnyRef
  34. val targets: Targets[S]

    Attributes
    protected
    Definition Classes
    ReplaceOffset → Node
  35. def toString(): String

    Definition Classes
    NodeImpl → Node → Obj → AnyRef → Any
  36. final def tpe: Type

    Definition Classes
    LongOpImpl → Obj → Elem
  37. final def value(implicit tx: S.Tx): AudioCue

    Definition Classes
    LongOpImpl → Expr
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def write(out: DataOutput): Unit

    Definition Classes
    Node → Writable
  42. final def writeData(out: DataOutput): Unit

    Attributes
    protected
    Definition Classes
    LongOpImpl → Node

Inherited from LongOpImpl[S]

Inherited from Obj[S]

Inherited from NodeImpl[S, AudioCue]

Inherited from SingleNode[S, Change[AudioCue]]

Inherited from lucre.event.Node[S]

Inherited from Expr[S, AudioCue]

Inherited from lucre.stm.Obj[S]

Inherited from Mutable[S.ID, S.Tx]

Inherited from Identifiable[S.ID]

Inherited from Elem[S]

Inherited from Publisher[S, Change[AudioCue]]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped