LongOpImpl

sealed
trait LongOpImpl[T <: Txn[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
class ReplaceOffset[T]
class Shift[T]

Type members

Classlikes

object changed extends Changed

Inherited classlikes

trait Changed
Inherited from
SingleEventNode

Value members

Abstract methods

protected
def mapNum(peerValue: AudioCue, numValue: Long): AudioCue
protected
def num: LongObj[T]
protected
def opId: Int
def peer: Obj[T]

Concrete methods

final
def connect()(implicit tx: T): LongOpImpl[T]
protected
def disposeData()(implicit tx: T): Unit
final
def spec(implicit tx: T): AudioFileSpec
final
def tpe: Type
final
def value(implicit tx: T): AudioCue
final protected
def writeData(out: DataOutput): Unit

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
protected
def targets: Targets[T]
Inherited from
Node
override
def toString: String
Definition Classes
ExprNodeImpl -> Node -> Obj -> Any
Inherited from
ExprNodeImpl
final
def write(out: DataOutput): Unit
Inherited from
Node