final class Apply[S <: Sys[S]] extends NodeImpl[S, AudioCue] with Obj[S]
- Alphabetic
- By Inheritance
- Apply
- Obj
- NodeImpl
- SingleNode
- Node
- Expr
- Obj
- Mutable
- Identifiable
- Elem
- Publisher
- Disposable
- Writable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Type Members
-
trait
Changed extends SingleEvent[S, A]
- Definition Classes
- SingleNode
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val artifact: Artifact[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
attr(implicit tx: S.Tx): AttrMap[S]
- Definition Classes
- Obj
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def connect()(implicit tx: S.Tx): Apply.this.type
-
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. -
final
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- Node → Disposable
- def disposeData()(implicit tx: S.Tx): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Identifiable → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val gain: DoubleObj[S]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Identifiable → AnyRef → Any
-
final
def
id: S.Id
- Definition Classes
- Node → Identifiable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
numChannels(implicit tx: S.Tx): Int
A simple forward to
spec.numChannelsA simple forward to
spec.numChannels- Definition Classes
- Obj
-
def
numFrames(implicit tx: S.Tx): Long
A simple forward to
spec.numFramesA simple forward to
spec.numFrames- Definition Classes
- Obj
- val offset: LongObj[S]
-
def
sampleRate(implicit tx: S.Tx): Double
A simple forward to
spec.sampleRateA simple forward to
spec.sampleRate- Definition Classes
- Obj
- def spec(implicit tx: S.Tx): AudioFileSpec
- val specValue: AudioFileSpec
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targets: Targets[S]
- def toString(): String
- def tpe: Type
- def value(implicit tx: S.Tx): AudioCue
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- final def write(out: DataOutput): Unit
- def writeData(out: DataOutput): Unit
- object changed extends Changed