Packages

abstract class Node extends ModelImpl[NodeChange]

Linear Supertypes
ModelImpl[NodeChange], Model[NodeChange], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Node
  2. ModelImpl
  3. Model
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Node()

Abstract Value Members

  1. abstract def id: Int
  2. abstract def server: Server

Concrete Value Members

  1. def addListener(pf: Listener[NodeChange]): pf.type
    Definition Classes
    ModelImpl → Model
  2. def fillMsg(data: ControlFillRange*): NodeFill
  3. def freeMsg: NodeFree
  4. def mapMsg(pairs: Single*): NodeMap
  5. def mapaMsg(pairs: Single*): NodeMapa

    Returns an OSC message to map from an mono-channel audio bus to one of the node's controls.

    Returns an OSC message to map from an mono-channel audio bus to one of the node's controls.

    Note that a mapped control acts similar to an InFeedback UGen in that it does not matter whether the audio bus was written before the execution of the synth whose control is mapped or not. If it was written before, no delay is introduced, otherwise a delay of one control block is introduced.

    See also

    de.sciss.synth.ugen.InFeedback

  6. def mapanMsg(mappings: ControlABusMap*): NodeMapan

    Returns an OSC message to map from an mono- or multi-channel audio bus to one of the node's controls.

    Returns an OSC message to map from an mono- or multi-channel audio bus to one of the node's controls.

    Note that a mapped control acts similar to an InFeedback UGen in that it does not matter whether the audio bus was written before the execution of the synth whose control is mapped or not. If it was written before, no delay is introduced, otherwise a delay of one control block is introduced.

    See also

    de.sciss.synth.ugen.InFeedback

  7. def mapnMsg(mappings: ControlKBusMap*): NodeMapn
  8. def moveAfterMsg(node: Node): NodeAfter

    Creates an OSC message to move this node after another node

    Creates an OSC message to move this node after another node

    node

    the node after which to move this node

    See also

    de.sciss.synth.message.NodeAfter

  9. def moveBeforeMsg(node: Node): NodeBefore

    Creates an OSC message to move this node before another node

    Creates an OSC message to move this node before another node

    node

    the node before which to move this node

    See also

    de.sciss.synth.message.NodeBefore

  10. def moveToHeadMsg(group: Group): GroupHead
  11. def moveToTailMsg(group: Group): GroupTail
  12. final def onEnd(thunk: => Unit): Unit
  13. final def onGo(thunk: => Unit): Unit
  14. final def register(): Unit
  15. def releaseMsg(releaseTime: Double = -1.0): NodeSet

    A utility method which calls setMsg assuming a control named gate.

    A utility method which calls setMsg assuming a control named gate. The release time argument is modified to correspond with the interpretation of the gate argument in an EnvGen UGen. This is the case for synths created with the package method play.

    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.

    See also

    de.sciss.synth.ugen.EnvGen

    de.sciss.synth.message.NodeSet

  16. def removeListener(pf: Listener[NodeChange]): Unit
    Definition Classes
    ModelImpl → Model
  17. def runMsg(flag: Boolean): NodeRun

    Returns an OSC message to resume the node if it was paused.

    Returns an OSC message to resume the node if it was paused.

    flag

    if true the node is resumed, if false it is paused.

    See also

    de.sciss.synth.message.NodeRun

  18. def runMsg: NodeRun

    Returns an OSC message to resume the node if it was paused.

    Returns an OSC message to resume the node if it was paused.

    See also

    de.sciss.synth.message.NodeRun

  19. def setMsg(pairs: ControlSet*): NodeSet
  20. def setnMsg(pairs: ControlSet*): NodeSetn
  21. def traceMsg: NodeTrace