class DSL[T <: Txn[T]] extends AnyRef
- Alphabetic
- By Inheritance
- DSL
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DSL()
- Attributes
- protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def collector(name: String, numChannels: Int = -1)(fun: (GE) => Unit)(implicit tx: T, n: Nuages[T]): Proc[T]
- def currentProc(implicit tx: InTxn): Proc[T]
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter(name: String, numChannels: Int = -1)(fun: (GE) => GE)(implicit tx: T, n: Nuages[T]): Proc[T]
- def generator(name: String)(fun: => GE)(implicit tx: T, n: Nuages[T]): Proc[T]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkProcObj(name: String)(fun: => Unit)(implicit tx: T): Proc[T]
Creates a
Proc.Obj
with a synth-graph whose function is determined by thefun
argument.Creates a
Proc.Obj
with a synth-graph whose function is determined by thefun
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 byfun
and the suppliedname
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pAudio(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: T): GE
- def pAudioIn(key: String, numChannels: Int = -1)(implicit tx: T): GE
- def pAudioOut(key: String, sig: GE)(implicit tx: T): Unit
- def pControl(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: T): GE
- def pScalar(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: T): GE
- def shortcut(implicit tx: T): String
- def shortcut_=(value: String)(implicit tx: T): Unit
- def sink(name: String, numChannels: Int = -1)(fun: (GE) => Unit)(implicit tx: T, n: Nuages[T]): Proc[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated