de.sciss.nuages

DSL

class DSL[S <: Sys[S]] extends AnyRef

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

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def collector(name: String, numChannels: Int = 1)(fun: (GE) ⇒ Unit)(implicit tx: S.Tx, n: Nuages[S]): Proc[S]

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

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def filter(name: String, numChannels: Int = 1)(fun: (GE) ⇒ GE)(implicit tx: S.Tx, n: Nuages[S]): Proc[S]

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def generator(name: String)(fun: ⇒ GE)(implicit tx: S.Tx, n: Nuages[S]): Proc[S]

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def insertByName(folder: Folder[S], elem: Obj[S])(implicit tx: S.Tx): Unit

    Inserts an element into a folder at the index corresponding with an alphabetical ordering by name.

    Inserts an element into a folder at the index corresponding with an alphabetical ordering by name. The index can only be correctly determined if alphabetical sorting (by lower-case names) is obeyed. If an existing element with the same name as the element to insert is found, that existing element will be replaced.

    folder

    the folder to insert the element info

    elem

    the element to add

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def mkProcObj(name: String)(fun: ⇒ Unit)(implicit tx: S.Tx): Proc[S]

    Creates a Proc.Obj with a synth-graph whose function is determined by the fun argument.

    Creates a Proc.Obj with a synth-graph whose function is determined by the fun argument.

    name

    name to assign to the resulting object

    fun

    the function that creates the synth-graph

    returns

    an object whose Proc has a synth-graph with the content generated by fun and the supplied name

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def pAudio(key: String, spec: ParamSpec, default: Default)(implicit tx: S.Tx): GE

  23. def pAudioOut(key: String, sig: GE)(implicit tx: S.Tx): Unit

  24. def pControl(key: String, spec: ParamSpec, default: Default)(implicit tx: S.Tx): GE

  25. def pScalar(key: String, spec: ParamSpec, default: Default)(implicit tx: S.Tx): GE

  26. def shortcut(implicit tx: S.Tx): String

  27. def shortcut_=(value: String)(implicit tx: S.Tx): Unit

  28. def sink(name: String, numChannels: Int = 1)(fun: (GE) ⇒ Unit)(implicit tx: S.Tx, n: Nuages[S]): Proc[S]

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped