Packages

final class Apply[S <: Sys[S]] extends NodeImpl[S, AudioCue] with Obj[S]

Linear Supertypes
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. Apply
  2. Obj
  3. NodeImpl
  4. SingleNode
  5. Node
  6. Expr
  7. Obj
  8. Mutable
  9. Identifiable
  10. Elem
  11. Publisher
  12. Disposable
  13. Writable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. trait Changed extends SingleEvent[S, A]
    Definition Classes
    SingleNode

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[S]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def attr(implicit tx: S.Tx): AttrMap[S]
    Definition Classes
    Obj
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def connect()(implicit tx: S.Tx): Apply.this.type
  9. def copy[Out <: Sys[Out]]()(implicit tx: S.Tx, txOut: copy.Out.Tx, context: Copy[S, 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: S.Tx): Unit
    Definition Classes
    NodeDisposable
  11. def disposeData()(implicit tx: S.Tx): Unit
    Attributes
    protected
    Definition Classes
    ApplyNode
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean
    Definition Classes
    Identifiable → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val gain: DoubleObj[S]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    Identifiable → AnyRef → Any
  18. final def id: S.Id
    Definition Classes
    NodeIdentifiable
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def numChannels(implicit tx: S.Tx): Int

    A simple forward to spec.numChannels

    A simple forward to spec.numChannels

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

    A simple forward to spec.numFrames

    A simple forward to spec.numFrames

    Definition Classes
    Obj
  25. val offset: LongObj[S]
  26. def sampleRate(implicit tx: S.Tx): Double

    A simple forward to spec.sampleRate

    A simple forward to spec.sampleRate

    Definition Classes
    Obj
  27. def spec(implicit tx: S.Tx): AudioFileSpec
    Definition Classes
    ApplyObj
  28. val specValue: AudioFileSpec
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. val targets: Targets[S]
    Attributes
    protected
    Definition Classes
    ApplyNode
  31. def toString(): String
    Definition Classes
    NodeImpl → NodeObj → AnyRef → Any
  32. def tpe: Type
    Definition Classes
    ApplyObjElem
  33. def value(implicit tx: S.Tx): AudioCue
    Definition Classes
    ApplyExpr
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable
  38. def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    ApplyNode
  39. object changed extends Changed
    Definition Classes
    Apply → SingleNode → Publisher

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