Packages

sealed trait LongOpImpl[T <: Txn[T]] extends ExprNodeImpl[T, AudioCue] with Obj[T]

Linear Supertypes
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
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongOpImpl
  2. Obj
  3. ExprNodeImpl
  4. SingleEventNode
  5. Node
  6. Expr
  7. Obj
  8. Mutable
  9. Identified
  10. Elem
  11. Publisher
  12. Disposable
  13. Writable
  14. ExprLike
  15. Form
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

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

Abstract Value Members

  1. abstract def mapNum(peerValue: AudioCue, numValue: Long): AudioCue
    Attributes
    protected
  2. abstract def num: LongObj[T]
    Attributes
    protected
  3. abstract def opId: Int
    Attributes
    protected
  4. abstract def peer: Obj.E[T]
  5. abstract def targets: Targets[T]
    Attributes
    protected
    Definition Classes
    Node

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def attr(implicit tx: T): AttrMap[T]
    Definition Classes
    Obj
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def connect()(implicit tx: T): LongOpImpl.this.type
  8. final def dispose()(implicit tx: T): Unit
    Definition Classes
    NodeDisposable
  9. def disposeData()(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    LongOpImplNode
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: Any): Boolean
    Definition Classes
    Identified → AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    Identified → AnyRef → Any
  14. final def id: Ident[T]
    Definition Classes
    NodeIdentified
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def numChannels(implicit tx: T): Int

    A simple forward to spec.numChannels

    A simple forward to spec.numChannels

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

    A simple forward to spec.numFrames

    A simple forward to spec.numFrames

    Definition Classes
    Obj
  21. def sampleRate(implicit tx: T): Double

    A simple forward to spec.sampleRate

    A simple forward to spec.sampleRate

    Definition Classes
    Obj
  22. final def spec(implicit tx: T): AudioFileSpec
    Definition Classes
    LongOpImplObj
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    ExprNodeImpl → NodeObj → AnyRef → Any
  25. final def tpe: Type
    Definition Classes
    LongOpImplObjElem
  26. final def value(implicit tx: T): AudioCue
    Definition Classes
    LongOpImplExprLike
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable
  31. final def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    LongOpImplNode
  32. object changed extends Changed
    Definition Classes
    LongOpImpl → SingleEventNode → PublisherExprLike

Deprecated Value Members

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

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