class DSL[S <: Sys[S]] extends AnyRef
- Alphabetic
- By Inheritance
- DSL
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def collector(name: String, numChannels: Int = -1)(fun: (GE) ⇒ Unit)(implicit tx: S.Tx, n: Nuages[S]): Proc[S]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def filter(name: String, numChannels: Int = -1)(fun: (GE) ⇒ GE)(implicit tx: S.Tx, n: Nuages[S]): Proc[S]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def generator(name: String)(fun: ⇒ GE)(implicit tx: S.Tx, n: Nuages[S]): Proc[S]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mkProcObj(name: String)(fun: ⇒ Unit)(implicit tx: S.Tx): Proc[S]
Creates a
Proc.Objwith a synth-graph whose function is determined by thefunargument.Creates a
Proc.Objwith a synth-graph whose function is determined by thefunargument.- name
name to assign to the resulting object
- fun
the function that creates the synth-graph
- returns
an object whose
Prochas a synth-graph with the content generated byfunand the suppliedname
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pAudio(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: S.Tx): GE
- def pAudioOut(key: String, sig: GE)(implicit tx: S.Tx): Unit
- def pControl(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: S.Tx): GE
- def pScalar(key: String, spec: ParamSpec, default: ControlValues)(implicit tx: S.Tx): GE
- def shortcut(implicit tx: S.Tx): String
- def shortcut_=(value: String)(implicit tx: S.Tx): Unit
- def sink(name: String, numChannels: Int = -1)(fun: (GE) ⇒ Unit)(implicit tx: S.Tx, n: Nuages[S]): Proc[S]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )