Packages

class DSL[T <: Txn[T]] 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. Protected

Instance Constructors

  1. new DSL()
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def collector(name: String, numChannels: Int = -1)(fun: (GE) => Unit)(implicit tx: T, n: Nuages[T]): Proc[T]
  7. def currentProc(implicit tx: InTxn): Proc[T]
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def filter(name: String, numChannels: Int = -1)(fun: (GE) => GE)(implicit tx: T, n: Nuages[T]): Proc[T]
  11. def generator(name: String)(fun: => GE)(implicit tx: T, n: Nuages[T]): Proc[T]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def insertByName(folder: Folder[T], elem: Obj[T])(implicit tx: T): 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

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mkProcObj(name: String)(fun: => Unit)(implicit tx: T): Proc[T]

    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
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def pAudio(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: T): GE
  21. def pAudioIn(key: String, numChannels: Int = -1)(implicit tx: T): GE
  22. def pAudioOut(key: String, sig: GE)(implicit tx: T): Unit
  23. def pControl(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: T): GE
  24. def pScalar(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: T): GE
  25. def shortcut(implicit tx: T): String
  26. def shortcut_=(value: String)(implicit tx: T): Unit
  27. def sink(name: String, numChannels: Int = -1)(fun: (GE) => Unit)(implicit tx: T, n: Nuages[T]): Proc[T]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped