de.sciss.lucre.synth

Node

trait Node extends Resource

Linear Supertypes
Resource, Disposable[Txn], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Node
  2. Resource
  3. Disposable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def dispose()(implicit tx: Txn): Unit

    Definition Classes
    Disposable
  2. abstract def free(audible: Boolean = true)(implicit tx: Txn): Unit

  3. abstract def isOnline(implicit tx: Txn): Boolean

    Definition Classes
    Resource
  4. abstract def map(assoc: (ControlBus, String))(implicit tx: Txn): ControlBusNodeSetter

  5. abstract def map(assoc: (AudioBus, String))(implicit tx: Txn): AudioBusNodeSetter

  6. abstract def mapan(audible: Boolean, pairs: ControlABusMap*)(implicit tx: Txn): Unit

  7. abstract def mapn(audible: Boolean, pairs: ControlKBusMap*)(implicit tx: Txn): Unit

  8. abstract def moveAfter(audible: Boolean, target: Node)(implicit tx: Txn): Unit

  9. abstract def moveBefore(audible: Boolean, target: Node)(implicit tx: Txn): Unit

  10. abstract def moveToHead(audible: Boolean, group: Group)(implicit tx: Txn): Unit

  11. abstract def moveToTail(audible: Boolean, group: Group)(implicit tx: Txn): Unit

  12. abstract def onEnd(code: ⇒ Unit)(implicit tx: Txn): Unit

  13. abstract def onEndTxn(fun: (Txn) ⇒ Unit)(implicit tx: Txn): Unit

  14. abstract def peer: synth.Node

  15. abstract def read(assoc: (ControlBus, String))(implicit tx: Txn): ControlBusNodeSetter

  16. abstract def read(assoc: (AudioBus, String))(implicit tx: Txn): AudioBusNodeSetter

  17. abstract def readWrite(assoc: (ControlBus, String))(implicit tx: Txn): ControlBusNodeSetter

  18. abstract def readWrite(assoc: (AudioBus, String))(implicit tx: Txn): AudioBusNodeSetter

  19. abstract def server: Server

    Definition Classes
    Resource
  20. abstract def set(audible: Boolean, pairs: ControlSet*)(implicit tx: Txn): Unit

  21. abstract def setn(audible: Boolean, pairs: ControlSet*)(implicit tx: Txn): Unit

  22. abstract def write(assoc: (ControlBus, String))(implicit tx: Txn): ControlBusNodeSetter

  23. abstract def write(assoc: (AudioBus, String))(implicit tx: Txn): 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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Resource

Inherited from Disposable[Txn]

Inherited from AnyRef

Inherited from Any

Ungrouped