de.sciss.synth

Group

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

Linear Supertypes
Serializable, Serializable, Product, Equals, Node, ModelImpl[NodeChange], Model[NodeChange], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Group
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Node
  7. ModelImpl
  8. Model
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

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

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

    Definition Classes
    Any
  6. def addListener(pf: model.Model.Listener[NodeChange]): pf.type

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

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def deepFreeMsg: GroupDeepFree

  10. final def dispatch(update: NodeChange): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  11. def dumpTreeMsg(postControls: Boolean): GroupDumpTree

  12. def dumpTreeMsg: GroupDumpTree

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def fillMsg(data: ControlFillRange*): NodeFill

    Definition Classes
    Node
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def freeAllMsg: GroupFreeAll

  17. def freeMsg: NodeFree

    Definition Classes
    Node
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. val id: Int

    Definition Classes
    GroupNode
  20. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Node
  22. 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

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

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

    Definition Classes
    Node
  25. 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

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

  27. def moveNodeToHeadMsg(node: Node): GroupHead

  28. def moveNodeToTailMsg(node: Node): GroupTail

  29. def moveToHeadMsg(group: Group): GroupHead

    Definition Classes
    Node
  30. def moveToTailMsg(group: Group): GroupTail

    Definition Classes
    Node
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def newMsg(target: Node, addAction: AddAction): GroupNew

  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

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

    Definition Classes
    Node
  36. final def onGo(thunk: ⇒ Unit): Unit

    Definition Classes
    Node
  37. def queryTreeMsg(postControls: Boolean): GroupQueryTree

  38. final def register(): Unit

    Definition Classes
    Node
  39. def releaseListeners(): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  40. def releaseMsg(releaseTime: Optional[Double]): 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 None 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.message.NodeSet

    de.sciss.synth.ugen.EnvGen

  41. def removeListener(pf: model.Model.Listener[NodeChange]): Unit

    Definition Classes
    ModelImpl → Model
  42. 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

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

  44. val server: Server

    Definition Classes
    GroupNode
  45. def setMsg(pairs: ControlSet*): NodeSet

    Definition Classes
    Node
  46. def setnMsg(pairs: ControlSet*): NodeSetn

    Definition Classes
    Node
  47. def startListening(): Unit

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

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

    Definition Classes
    AnyRef
  50. def traceMsg: NodeTrace

    Definition Classes
    Node
  51. final def updated(change: NodeChange): Unit

    Attributes
    protected[de.sciss.synth]
    Definition Classes
    Node
  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Node

Inherited from ModelImpl[NodeChange]

Inherited from Model[NodeChange]

Inherited from AnyRef

Inherited from Any

Ungrouped