final class Shift[T <: Txn[T]] extends LongOpImpl[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Shift
- LongOpImpl
- Obj
- ExprNodeImpl
- SingleEventNode
- Node
- Expr
- Obj
- Mutable
- Identified
- Elem
- Publisher
- Disposable
- Writable
- ExprLike
- Form
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Changed extends SingleEvent[T, A]
- Definition Classes
- SingleEventNode
Value Members
- object changed extends Changed
- Definition Classes
- LongOpImpl → SingleEventNode → Publisher → ExprLike
- 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 amount: LongObj[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def attr(implicit tx: T): AttrMap[T]
- Definition Classes
- Obj
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def connect()(implicit tx: T): Shift.this.type
- Definition Classes
- LongOpImpl
- 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
. - final def dispose()(implicit tx: T): Unit
- Definition Classes
- Node → Disposable
- def disposeData()(implicit tx: T): Unit
- Attributes
- protected
- Definition Classes
- LongOpImpl → Node
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Identified → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- Identified → AnyRef → Any
- final def id: Ident[T]
- Definition Classes
- Node → Identified
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapNum(peerValue: AudioCue, numValue: Long): AudioCue
- Attributes
- protected
- Definition Classes
- Shift → LongOpImpl
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def num: LongObj[T]
- Attributes
- protected
- Definition Classes
- Shift → LongOpImpl
- def numChannels(implicit tx: T): Int
A simple forward to
spec.numChannels
A simple forward to
spec.numChannels
- Definition Classes
- Obj
- def numFrames(implicit tx: T): Long
A simple forward to
spec.numFrames
A simple forward to
spec.numFrames
- Definition Classes
- Obj
- def opId: Int
- Attributes
- protected
- Definition Classes
- Shift → LongOpImpl
- val peer: Obj[T]
- Definition Classes
- Shift → LongOpImpl
- def sampleRate(implicit tx: T): Double
A simple forward to
spec.sampleRate
A simple forward to
spec.sampleRate
- Definition Classes
- Obj
- final def spec(implicit tx: T): AudioFileSpec
- Definition Classes
- LongOpImpl → Obj
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targets: Targets[T]
- def toString(): String
- final def tpe: Type
- Definition Classes
- LongOpImpl → Obj → Elem
- final def value(implicit tx: T): AudioCue
- Definition Classes
- LongOpImpl → ExprLike
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def write(out: DataOutput): Unit
- final def writeData(out: DataOutput): Unit
- Attributes
- protected
- Definition Classes
- LongOpImpl → Node
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated