Class

de.sciss.synth.Ops

NodeOps

Related Doc: package Ops

Permalink

implicit final class NodeOps extends AnyVal

Self Type
NodeOps
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeOps(this: Node)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def fill(data: ControlFillRange*): Unit

    Permalink
  6. def free(): Unit

    Permalink
  7. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def map(pairs: Single*): Unit

    Permalink
  10. def mapa(pairs: Single*): Unit

    Permalink

    Creates a mapping from a mono-channel audio bus to one of the node's controls.

    Creates a mapping from a 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

  11. def mapan(mappings: ControlABusMap*): Unit

    Permalink

    Creates a mapping from a mono- or multi-channel audio bus to one of the node's controls.

    Creates a mapping from a 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

  12. def mapn(mappings: ControlKBusMap*): Unit

    Permalink
  13. def moveAfter(node: Node): Unit

    Permalink

    Moves this node after another node

    Moves this node after another node

    node

    the node after which to move this node

    See also

    de.sciss.synth.message.NodeAfter

  14. def moveBefore(node: Node): Unit

    Permalink

     Moves this node before another node

     Moves this node before another node

    node

    the node before which to move this node

    See also

    de.sciss.synth.message.NodeBefore

  15. def moveToHead(group: Group): Unit

    Permalink

    Moves this node to the head of a given group

    Moves this node to the head of a given group

    group

    the target group

    See also

    de.sciss.synth.message.GroupHead

  16. def moveToTail(group: Group): Unit

    Permalink

    Moves this node to the tail of a given group

    Moves this node to the tail of a given group

    group

    the target group

    See also

    de.sciss.synth.message.GroupTail

  17. def release(releaseTime: Double = 1.0): Unit

    Permalink
  18. def run(flag: Boolean = true): Unit

    Permalink

    Pauses or resumes the node.

    Pauses or resumes the node.

    flag

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

  19. def set(pairs: ControlSet*): Unit

    Permalink
  20. def setn(pairs: ControlSet*): Unit

    Permalink
  21. val this: Node

    Permalink
  22. def toString(): String

    Permalink
    Definition Classes
    Any
  23. def trace(): Unit

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped