Packages

final class ReplaceOffset[T <: Txn[T]] extends LongOpImpl[T]

Linear Supertypes
LongOpImpl[T], Obj[T], ExprNodeImpl[T, AudioCue], SingleEventNode[T, Change[AudioCue]], Node[T], Expr[T, AudioCue], lucre.Obj[T], Mutable[T], Identified[T], Elem[T], Publisher[T, Change[AudioCue]], Disposable[T], Writable, ExprLike[T, AudioCue], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplaceOffset
  2. LongOpImpl
  3. Obj
  4. ExprNodeImpl
  5. SingleEventNode
  6. Node
  7. Expr
  8. Obj
  9. Mutable
  10. Identified
  11. Elem
  12. Publisher
  13. Disposable
  14. Writable
  15. ExprLike
  16. Form
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

Type Members

  1. trait Changed extends SingleEvent[T, A]
    Definition Classes
    SingleEventNode

Value Members

  1. object changed extends Changed
    Definition Classes
    LongOpImpl → SingleEventNode → PublisherExprLike
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def attr(implicit tx: T): AttrMap[T]
    Definition Classes
    Obj
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def connect()(implicit tx: T): ReplaceOffset.this.type
    Definition Classes
    LongOpImpl
  9. def copy[Out <: Txn[Out]]()(implicit tx: T, txOut: Out, context: Copy[T, Out]): Elem[Out]

    Makes a deep copy of an element, possibly translating it to a different system Out.

    Makes a deep copy of an element, possibly translating it to a different system Out.

    Definition Classes
    ReplaceOffsetElem
  10. final def dispose()(implicit tx: T): Unit
    Definition Classes
    NodeDisposable
  11. def disposeData()(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    LongOpImplNode
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean
    Definition Classes
    Identified → AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    Identified → AnyRef → Any
  16. final def id: Ident[T]
    Definition Classes
    NodeIdentified
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mapNum(peerValue: AudioCue, numValue: Long): AudioCue
    Attributes
    protected
    Definition Classes
    ReplaceOffsetLongOpImpl
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def num: LongObj[T]
    Attributes
    protected
    Definition Classes
    ReplaceOffsetLongOpImpl
  23. def numChannels(implicit tx: T): Int

    A simple forward to spec.numChannels

    A simple forward to spec.numChannels

    Definition Classes
    Obj
  24. def numFrames(implicit tx: T): Long

    A simple forward to spec.numFrames

    A simple forward to spec.numFrames

    Definition Classes
    Obj
  25. val offset: LongObj[T]
  26. def opId: Int
    Attributes
    protected
    Definition Classes
    ReplaceOffsetLongOpImpl
  27. val peer: Obj[T]
    Definition Classes
    ReplaceOffsetLongOpImpl
  28. def sampleRate(implicit tx: T): Double

    A simple forward to spec.sampleRate

    A simple forward to spec.sampleRate

    Definition Classes
    Obj
  29. final def spec(implicit tx: T): AudioFileSpec
    Definition Classes
    LongOpImplObj
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val targets: Targets[T]
    Attributes
    protected
    Definition Classes
    ReplaceOffsetNode
  32. def toString(): String
    Definition Classes
    ExprNodeImpl → NodeObj → AnyRef → Any
  33. final def tpe: Type
    Definition Classes
    LongOpImplObjElem
  34. final def value(implicit tx: T): AudioCue
    Definition Classes
    LongOpImplExprLike
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable
  39. final def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    LongOpImplNode

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from LongOpImpl[T]

Inherited from Obj[T]

Inherited from ExprNodeImpl[T, AudioCue]

Inherited from SingleEventNode[T, Change[AudioCue]]

Inherited from Node[T]

Inherited from Expr[T, AudioCue]

Inherited from lucre.Obj[T]

Inherited from Mutable[T]

Inherited from Identified[T]

Inherited from Elem[T]

Inherited from Publisher[T, Change[AudioCue]]

Inherited from Disposable[T]

Inherited from Writable

Inherited from ExprLike[T, AudioCue]

Inherited from Form[T]

Inherited from AnyRef

Inherited from Any

Ungrouped