Shift

final
class Shift[T <: Txn[T]](val targets: Targets[T], val peer: Obj[T], val amount: LongObj[T]) extends LongOpImpl[T]
Companion
object
trait LongOpImpl[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

Inherited classlikes

trait Changed
Inherited from
SingleEventNode
object changed
Inherited from
LongOpImpl

Value members

Concrete methods

def copy[Out <: Txn[LazyRef(...)]]()(implicit tx: T, txOut: Out, context: Copy[T, Out]): Elem[Out]

Inherited methods

final
def attr(implicit tx: T): AttrMap[T]
Inherited from
Obj
final
def connect()(implicit tx: T): Shift[T]
Inherited from
LongOpImpl
final
def dispose()(implicit tx: T): Unit
Inherited from
Node
protected
def disposeData()(implicit tx: T): Unit
Inherited from
LongOpImpl
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
final
def spec(implicit tx: T): AudioFileSpec
Inherited from
LongOpImpl
override
def toString: String
Definition Classes
ExprNodeImpl -> Node -> Obj -> Any
Inherited from
ExprNodeImpl
final
def tpe: Type
Inherited from
LongOpImpl
final
def value(implicit tx: T): AudioCue
Inherited from
LongOpImpl
final
def write(out: DataOutput): Unit
Inherited from
Node
final protected
def writeData(out: DataOutput): Unit
Inherited from
LongOpImpl

Concrete fields

val amount: LongObj[T]
val peer: Obj[T]