Apply

final
class Apply[T <: Txn[T]](val targets: Targets[T], val artifact: Artifact[T], val specValue: AudioFileSpec, val offset: LongObj[T], val gain: DoubleObj[T]) extends ExprNodeImpl[T, AudioCue] with Obj[T]
trait Obj[T]
trait ExprNodeImpl[T, AudioCue]
trait SingleEventNode[T, Change[AudioCue]]
trait Node[T]
trait Expr[T, AudioCue]
trait Obj[T]
trait Mutable[T]
trait Identified[T]
trait Elem[T]
trait Publisher[T, Change[AudioCue]]
trait Disposable[T]
trait Writable
trait ExprLike[T, AudioCue]
trait Form[T]
class Object
trait Matchable
class Any

Type members

Classlikes

object changed extends Changed

Inherited classlikes

trait Changed
Inherited from
SingleEventNode

Value members

Concrete methods

def connect()(implicit tx: T): Apply[T]
def copy[Out <: Txn[LazyRef(...)]]()(implicit tx: T, txOut: Out, context: Copy[T, Out]): Elem[Out]
def spec(implicit tx: T): AudioFileSpec
def tpe: Type
def value(implicit tx: T): AudioCue

Inherited methods

final
def attr(implicit tx: T): AttrMap[T]
Inherited from
Obj
final
def dispose()(implicit tx: T): Unit
Inherited from
Node
override
def equals(that: Any): Boolean
Definition Classes
Identified -> Any
Inherited from
Identified
override
def hashCode: Int
Definition Classes
Identified -> Any
Inherited from
Identified
final
def id: Ident[T]
Inherited from
Node
def numChannels(implicit tx: T): Int

A simple forward to spec.numChannels

A simple forward to spec.numChannels

Inherited from
Obj
def numFrames(implicit tx: T): Long

A simple forward to spec.numFrames

A simple forward to spec.numFrames

Inherited from
Obj
def sampleRate(implicit tx: T): Double

A simple forward to spec.sampleRate

A simple forward to spec.sampleRate

Inherited from
Obj
override
def toString: String
Definition Classes
ExprNodeImpl -> Node -> Obj -> Any
Inherited from
ExprNodeImpl
final
def write(out: DataOutput): Unit
Inherited from
Node

Concrete fields

val artifact: Artifact[T]
val gain: DoubleObj[T]
val offset: LongObj[T]
val specValue: AudioFileSpec