Class

de.sciss.synth.proc.AudioCue.Obj

Apply

Related Doc: package Obj

Permalink

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])

    Permalink

Type Members

  1. trait Changed extends SingleEvent[S, A]

    Permalink
    Definition Classes
    SingleNode

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val artifact: Artifact[S]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def attr(implicit tx: S.Tx): AttrMap[S]

    Permalink
    Definition Classes
    Obj
  7. object changed extends Changed

    Permalink
    Definition Classes
    Apply → SingleNode → Publisher
  8. def clone(): AnyRef

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

    Permalink
  10. def copy[Out <: Sys[Out]]()(implicit tx: S.Tx, txOut: copy.Out.Tx, context: Copy[S, Out]): Elem[Out]

    Permalink

    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
  11. final def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    NodeDisposable
  12. def disposeData()(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ApplyNode
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val gain: DoubleObj[S]

    Permalink
  17. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    NodeIdentifiable
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def numChannels(implicit tx: S.Tx): Int

    Permalink

    A simple forward to spec.numChannels

    A simple forward to spec.numChannels

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

    Permalink

    A simple forward to spec.numFrames

    A simple forward to spec.numFrames

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

    Permalink
  27. def sampleRate(implicit tx: S.Tx): Double

    Permalink

    A simple forward to spec.sampleRate

    A simple forward to spec.sampleRate

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

    Permalink
    Definition Classes
    ApplyObj
  29. val specValue: AudioFileSpec

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val targets: Targets[S]

    Permalink
    Attributes
    protected
    Definition Classes
    ApplyNode
  32. def toString(): String

    Permalink
    Definition Classes
    NodeImpl → NodeObj → AnyRef → Any
  33. def tpe: Type

    Permalink
    Definition Classes
    ApplyObjElem
  34. def value(implicit tx: S.Tx): AudioCue

    Permalink
    Definition Classes
    ApplyExpr
  35. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Node → Writable
  39. def writeData(out: DataOutput): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ApplyNode

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