Packages

final class Shift[T <: Txn[T]] extends LongOpImpl[T]

Linear Supertypes
LongOpImpl[T], Obj[T], ExprNodeImpl[T, AudioCue], SingleEventNode[T, Change[AudioCue]], Node[T], Expr[T, AudioCue], lucre.Obj[T], Mutable[T], Identified[T], Elem[T], Publisher[T, Change[AudioCue]], Disposable[T], Writable, ExprLike[T, AudioCue], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shift
  2. LongOpImpl
  3. Obj
  4. ExprNodeImpl
  5. SingleEventNode
  6. Node
  7. Expr
  8. Obj
  9. Mutable
  10. Identified
  11. Elem
  12. Publisher
  13. Disposable
  14. Writable
  15. ExprLike
  16. Form
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Shift(targets: Targets[T], peer: Obj[T], amount: LongObj[T])

Type Members

  1. trait Changed extends SingleEvent[T, A]
    Definition Classes
    SingleEventNode

Value Members

  1. object changed extends Changed
    Definition Classes
    LongOpImpl → SingleEventNode → PublisherExprLike
  2. val amount: LongObj[T]
  3. final def attr(implicit tx: T): AttrMap[T]
    Definition Classes
    Obj
  4. final def connect()(implicit tx: T): Shift.this.type
    Definition Classes
    LongOpImpl
  5. def copy[Out <: Txn[Out]]()(implicit tx: T, txOut: Out, context: Copy[T, Out]): Elem[Out]

    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
    ShiftElem
  6. final def dispose()(implicit tx: T): Unit
    Definition Classes
    NodeDisposable
  7. def equals(that: Any): Boolean
    Definition Classes
    Identified → AnyRef → Any
  8. def hashCode(): Int
    Definition Classes
    Identified → AnyRef → Any
  9. final def id: Ident[T]
    Definition Classes
    NodeIdentified
  10. def numChannels(implicit tx: T): Int

    A simple forward to spec.numChannels

    A simple forward to spec.numChannels

    Definition Classes
    Obj
  11. def numFrames(implicit tx: T): Long

    A simple forward to spec.numFrames

    A simple forward to spec.numFrames

    Definition Classes
    Obj
  12. val peer: Obj[T]
    Definition Classes
    ShiftLongOpImpl
  13. def sampleRate(implicit tx: T): Double

    A simple forward to spec.sampleRate

    A simple forward to spec.sampleRate

    Definition Classes
    Obj
  14. final def spec(implicit tx: T): AudioFileSpec
    Definition Classes
    LongOpImplObj
  15. def toString(): String
    Definition Classes
    ExprNodeImpl → NodeObj → AnyRef → Any
  16. final def tpe: Type
    Definition Classes
    LongOpImplObjElem
  17. final def value(implicit tx: T): AudioCue
    Definition Classes
    LongOpImplExprLike
  18. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable