Class/Object

de.sciss.synth

Synth

Related Docs: object Synth | package synth

Permalink

final case class Synth(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. Synth
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Node
  7. ModelImpl
  8. Model
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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. def defName: String

    Permalink
  8. final def dispatch(update: NodeChange): Unit

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

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

    Permalink
    Definition Classes
    Node
  11. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val id: Int

    Permalink
    Definition Classes
    SynthNode
  15. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    Node
    See also

    de.sciss.synth.ugen.InFeedback

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

    Permalink
    Definition Classes
    Node
  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

    Definition Classes
    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

    Definition Classes
    Node
    See also

    de.sciss.synth.message.NodeBefore

  22. def moveToHeadMsg(group: Group): GroupHead

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def newMsg(defName: String, target: Node = server.defaultGroup, args: Seq[ControlSet] = Nil, addAction: AddAction = addToHead): SynthNew

    Permalink
  26. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    Node
  30. final def register(): Unit

    Permalink
    Definition Classes
    Node
  31. def releaseListeners(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  32. 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.

    Definition Classes
    Node
    See also

    de.sciss.synth.message.NodeSet

    de.sciss.synth.ugen.EnvGen

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

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

    Definition Classes
    Node
    See also

    de.sciss.synth.message.NodeRun

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

    Definition Classes
    Node
    See also

    de.sciss.synth.message.NodeRun

  36. val server: Server

    Permalink
    Definition Classes
    SynthNode
  37. def setMsg(pairs: ControlSet*): NodeSet

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

    Permalink
    Definition Classes
    Node
  39. def startListening(): Unit

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

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

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

    Permalink
    Definition Classes
    Synth → AnyRef → Any
  43. def traceMsg: NodeTrace

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

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

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

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

    Permalink
    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