final case class Group(server: Server, id: Int) extends Node with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Node, ModelImpl[NodeChange], Model[NodeChange], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Group
  2. Serializable
  3. Product
  4. Equals
  5. Node
  6. ModelImpl
  7. Model
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Group(server: Server, id: Int)

Value Members

  1. def addListener(pf: Listener[NodeChange]): pf.type
    Definition Classes
    ModelImpl → Model
  2. def deepFreeMsg: GroupDeepFree
  3. def dumpTreeMsg(postControls: Boolean): GroupDumpTree
  4. def dumpTreeMsg: GroupDumpTree
  5. def fillMsg(data: ControlFillRange*): NodeFill
    Definition Classes
    Node
  6. def freeAllMsg: GroupFreeAll
  7. def freeMsg: NodeFree
    Definition Classes
    Node
  8. val id: Int
    Definition Classes
    GroupNode
  9. def mapMsg(pairs: Single*): NodeMap
    Definition Classes
    Node
  10. 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.

    Definition Classes
    Node
    See also

    de.sciss.synth.ugen.InFeedback

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

    Definition Classes
    Node
    See also

    de.sciss.synth.ugen.InFeedback

  12. def mapnMsg(mappings: ControlKBusMap*): NodeMapn
    Definition Classes
    Node
  13. 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

    Definition Classes
    Node
    See also

    de.sciss.synth.message.NodeAfter

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

    Definition Classes
    Node
    See also

    de.sciss.synth.message.NodeBefore

  15. def moveNodeToHeadMsg(node: Node): GroupHead
  16. def moveNodeToTailMsg(node: Node): GroupTail
  17. def moveToHeadMsg(group: Group): GroupHead
    Definition Classes
    Node
  18. def moveToTailMsg(group: Group): GroupTail
    Definition Classes
    Node
  19. def newMsg(target: Node, addAction: AddAction): GroupNew
  20. final def onEnd(thunk: => Unit): Unit
    Definition Classes
    Node
  21. final def onGo(thunk: => Unit): Unit
    Definition Classes
    Node
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def queryTreeMsg(postControls: Boolean): GroupQueryTree
  24. final def register(): Unit
    Definition Classes
    Node
  25. 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.

    Definition Classes
    Node
    See also

    de.sciss.synth.ugen.EnvGen

    de.sciss.synth.message.NodeSet

  26. def removeListener(pf: Listener[NodeChange]): Unit
    Definition Classes
    ModelImpl → Model
  27. 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.

    Definition Classes
    Node
    See also

    de.sciss.synth.message.NodeRun

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

    Definition Classes
    Node
    See also

    de.sciss.synth.message.NodeRun

  29. val server: Server
    Definition Classes
    GroupNode
  30. def setMsg(pairs: ControlSet*): NodeSet
    Definition Classes
    Node
  31. def setnMsg(pairs: ControlSet*): NodeSetn
    Definition Classes
    Node
  32. def traceMsg: NodeTrace
    Definition Classes
    Node