Class/Object

de.sciss.nuages

DSL

Related Docs: object DSL | package nuages

Permalink

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
Visibility
  1. Public
  2. All

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  10. def finalize(): Unit

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

    Permalink
  12. final def getClass(): Class[_]

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

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

    Permalink

    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

  15. final def isInstanceOf[T0]: Boolean

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

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

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

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

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

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

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

    Permalink
  24. def shortcut(implicit tx: S.Tx): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped