Packages

final class Apply[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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Apply
  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

Instance Constructors

  1. new Apply(targets: Targets[T], artifact: Artifact[T], specValue: AudioFileSpec, offset: LongObj[T], gain: DoubleObj[T])

Type Members

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

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. val artifact: Artifact[T]
  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. def connect()(implicit tx: T): Apply.this.type
  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
    ApplyElem
  10. final def dispose()(implicit tx: T): Unit
    Definition Classes
    NodeDisposable
  11. def disposeData()(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    ApplyNode
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean
    Definition Classes
    Identified → AnyRef → Any
  14. val gain: DoubleObj[T]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    Identified → AnyRef → Any
  17. final def id: Ident[T]
    Definition Classes
    NodeIdentified
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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 numChannels(implicit tx: T): Int

    A simple forward to spec.numChannels

    A simple forward to spec.numChannels

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

    A simple forward to spec.numFrames

    A simple forward to spec.numFrames

    Definition Classes
    Obj
  24. val offset: LongObj[T]
  25. def sampleRate(implicit tx: T): Double

    A simple forward to spec.sampleRate

    A simple forward to spec.sampleRate

    Definition Classes
    Obj
  26. def spec(implicit tx: T): AudioFileSpec
    Definition Classes
    ApplyObj
  27. val specValue: AudioFileSpec
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val targets: Targets[T]
    Attributes
    protected
    Definition Classes
    ApplyNode
  30. def toString(): String
    Definition Classes
    ExprNodeImpl → NodeObj → AnyRef → Any
  31. def tpe: Type
    Definition Classes
    ApplyObjElem
  32. def value(implicit tx: T): AudioCue
    Definition Classes
    ApplyExprLike
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable
  37. def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    ApplyNode
  38. object changed extends Changed
    Definition Classes
    Apply → 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