trait NodeImpl extends ResourceImpl with Node
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeImpl
- Node
- NodeRef
- ResourceImpl
- Resource
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def dispose()(implicit tx: RT): Unit
- Definition Classes
- NodeImpl → Disposable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def fill(data: ControlFillRange*)(implicit tx: RT): Unit
- final def free()(implicit tx: RT): Unit
Note: this is graceful in not throwing up if the node was already freed.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isOnline(implicit tx: RT): Boolean
- Definition Classes
- ResourceImpl → Resource
- final def map(assoc: (ControlBus, String))(implicit tx: RT): ControlBusNodeSetter
- final def map(assoc: (AudioBus, String))(implicit tx: RT): AudioBusNodeSetter
- final def mapan(pairs: ControlABusMap*)(implicit tx: RT): Unit
- final def mapn(pairs: ControlKBusMap*)(implicit tx: RT): Unit
- final def moveAfter(target: Node)(implicit tx: RT): Unit
- final def moveBefore(target: Node)(implicit tx: RT): Unit
- final def moveToHead(group: Group)(implicit tx: RT): Unit
- final def moveToTail(group: Group)(implicit tx: RT): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def node(implicit tx: RT): Node
Refers to itself
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def onEnd(code: => Unit)(implicit tx: RT): Unit
- final def onEndTxn(fun: (RT) => Unit)(implicit tx: RT): Unit
- def online0: Boolean
- Attributes
- protected
- Definition Classes
- ResourceImpl
- final def read(assoc: (ControlBus, String))(implicit tx: RT): ControlBusNodeSetter
- final def read(assoc: (AudioBus, String))(implicit tx: RT): AudioBusNodeSetter
- final def readWrite(assoc: (ControlBus, String))(implicit tx: RT): ControlBusNodeSetter
- final def readWrite(assoc: (AudioBus, String))(implicit tx: RT): AudioBusNodeSetter
- final def release(releaseTime: Double)(implicit tx: RT): Unit
- final def require(p: Boolean, message: => String): Unit
- Attributes
- protected
- Definition Classes
- ResourceImpl
- final def requireOffline()(implicit tx: RT): Unit
- Attributes
- protected
- Definition Classes
- ResourceImpl
- final def requireOnline()(implicit tx: RT): Unit
- Attributes
- protected
- Definition Classes
- ResourceImpl
- final def run(state: Boolean)(implicit tx: RT): Unit
- final def set(pairs: ControlSet*)(implicit tx: RT): Unit
- final def setOnline(value: Boolean)(implicit tx: RT): Unit
- Attributes
- protected
- Definition Classes
- ResourceImpl
- final def setn(pairs: ControlSet*)(implicit tx: RT): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def timeStamp(implicit tx: RT): TimeStamp
- Definition Classes
- ResourceImpl → Resource
- final def timeStamp_=(value: TimeStamp)(implicit tx: RT): Unit
- Definition Classes
- ResourceImpl → Resource
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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(assoc: (ControlBus, String))(implicit tx: RT): ControlBusNodeSetter
- final def write(assoc: (AudioBus, String))(implicit tx: RT): AudioBusNodeSetter
Associates an audio bus with this node such that the node writes to this bus.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated