de.sciss.synth.Ops

NodeOps

implicit final class NodeOps extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NodeOps
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeOps(n: Node)

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def fill(fillings: Info*): Unit

  6. def fill(control: Any, numChannels: Int, value: Float): Unit

  7. def free(): Unit

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

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

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

  11. def mapa(pairs: Single*): Unit

    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

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

    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

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

  14. def moveAfter(node: Node): Unit

    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

  15. def moveBefore(node: Node): Unit

    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

  16. def moveToHead(group: Group): Unit

  17. def moveToTail(group: Group): Unit

  18. val n: Node

  19. def release(releaseTime: Optional[Double] = None): Unit

  20. def run(flag: Boolean = true): Unit

    Pauses or resumes the node.

    Pauses or resumes the node.

    flag

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

  21. def set(pairs: ControlSetMap*): Unit

  22. def setn(pairs: ControlSetMap*): Unit

  23. def toString(): String

    Definition Classes
    Any
  24. def trace(): Unit

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped