Packages

trait Node extends Resource with NodeRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Node
  2. NodeRef
  3. Resource
  4. Disposable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def dispose()(implicit tx: RT): Unit
    Definition Classes
    Disposable
  2. abstract def fill(data: ControlFillRange*)(implicit tx: RT): Unit
  3. abstract def free()(implicit tx: RT): Unit
  4. abstract def isOnline(implicit tx: RT): Boolean
    Definition Classes
    Resource
  5. abstract def map(assoc: (ControlBus, String))(implicit tx: RT): ControlBusNodeSetter
  6. abstract def map(assoc: (AudioBus, String))(implicit tx: RT): AudioBusNodeSetter
  7. abstract def mapan(pairs: ControlABusMap*)(implicit tx: RT): Unit
  8. abstract def mapn(pairs: ControlKBusMap*)(implicit tx: RT): Unit
  9. abstract def moveAfter(target: Node)(implicit tx: RT): Unit
  10. abstract def moveBefore(target: Node)(implicit tx: RT): Unit
  11. abstract def moveToHead(group: Group)(implicit tx: RT): Unit
  12. abstract def moveToTail(group: Group)(implicit tx: RT): Unit
  13. abstract def onEnd(code: => Unit)(implicit tx: RT): Unit
  14. abstract def onEndTxn(fun: (RT) => Unit)(implicit tx: RT): Unit
  15. abstract def peer: synth.Node
  16. abstract def play(target: Node, args: Seq[ControlSet], addAction: AddAction, dependencies: List[Resource])(implicit tx: RT): Unit
  17. abstract def read(assoc: (ControlBus, String))(implicit tx: RT): ControlBusNodeSetter
  18. abstract def read(assoc: (AudioBus, String))(implicit tx: RT): AudioBusNodeSetter
  19. abstract def readWrite(assoc: (ControlBus, String))(implicit tx: RT): ControlBusNodeSetter
  20. abstract def readWrite(assoc: (AudioBus, String))(implicit tx: RT): AudioBusNodeSetter
  21. abstract def release(releaseTime: Double = -1.0)(implicit tx: RT): Unit

    releaseTime

    the optional release time in seconds within which the synth should fade out, or -1 (default) if the envelope should be released at its nominal release time. If the EnvGen has a doneAction of freeSelf, the synth will be freed after the release phase.

  22. abstract def run(state: Boolean)(implicit tx: RT): Unit
  23. abstract def server: Server
    Definition Classes
    NodeRef
  24. abstract def set(pairs: ControlSet*)(implicit tx: RT): Unit
  25. abstract def setn(pairs: ControlSet*)(implicit tx: RT): Unit
  26. abstract def write(assoc: (ControlBus, String))(implicit tx: RT): ControlBusNodeSetter
  27. abstract def write(assoc: (AudioBus, String))(implicit tx: RT): AudioBusNodeSetter

    Associates an audio bus with this node such that the node writes to this bus.

    Associates an audio bus with this node such that the node writes to this bus. This creates a DynamicAudioBusUser which will be freed automatically when this node ends.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def node(implicit tx: RT): Node

    Refers to itself

    Refers to itself

    Definition Classes
    NodeNodeRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NodeRef

Inherited from Resource

Inherited from Disposable[RT]

Inherited from AnyRef

Inherited from Any

Ungrouped