Class/Object

de.sciss.synth

Node

Related Docs: object Node | package synth

Permalink

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. All

Instance Constructors

  1. new Node()

    Permalink

Abstract Value Members

  1. abstract def id: Int

    Permalink
  2. abstract def server: Server

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addListener(pf: Listener[NodeChange]): pf.type

    Permalink
    Definition Classes
    ModelImpl → Model
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def dispatch(update: NodeChange): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def fillMsg(data: ControlFillRange*): NodeFill

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def freeMsg: NodeFree

    Permalink
  13. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  16. def mapMsg(pairs: Single*): NodeMap

    Permalink
  17. def mapaMsg(pairs: Single*): NodeMapa

    Permalink

    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

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

    Permalink

    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

  19. def mapnMsg(mappings: ControlKBusMap*): NodeMapn

    Permalink
  20. def moveAfterMsg(node: Node): NodeAfter

    Permalink

    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

  21. def moveBeforeMsg(node: Node): NodeBefore

    Permalink

    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

  22. def moveToHeadMsg(group: Group): GroupHead

    Permalink
  23. def moveToTailMsg(group: Group): GroupTail

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def onEnd(thunk: ⇒ Unit): Unit

    Permalink
  28. final def onGo(thunk: ⇒ Unit): Unit

    Permalink
  29. final def register(): Unit

    Permalink
  30. def releaseListeners(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  31. def releaseMsg(releaseTime: Double = 1.0): NodeSet

    Permalink

    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.message.NodeSet

    de.sciss.synth.ugen.EnvGen

  32. def removeListener(pf: Listener[NodeChange]): Unit

    Permalink
    Definition Classes
    ModelImpl → Model
  33. def runMsg(flag: Boolean): NodeRun

    Permalink

    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

  34. def runMsg: NodeRun

    Permalink

    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

  35. def setMsg(pairs: ControlSet*): NodeSet

    Permalink
  36. def setnMsg(pairs: ControlSet*): NodeSetn

    Permalink
  37. def startListening(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  38. def stopListening(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def traceMsg: NodeTrace

    Permalink
  42. final def updated(change: NodeChange): Unit

    Permalink
    Attributes
    protected[de.sciss.synth]
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ModelImpl[NodeChange]

Inherited from Model[NodeChange]

Inherited from AnyRef

Inherited from Any

Ungrouped