implicit final class NodeOps extends AnyVal
- Alphabetic
- By Inheritance
- NodeOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def fill(data: ControlFillRange*): Unit
- def free(): Unit
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map(pairs: Single*): Unit
-
def
mapa(pairs: Single*): Unit
Creates a mapping from a mono-channel audio bus to one of the node's controls.
Creates a mapping from a mono-channel audio bus to one of the node's controls.
Note that a mapped control acts similar to an
InFeedbackUGen in that it does not matter whether the audio bus was written before the execution of the synth whose control is mapped or not. If it was written before, no delay is introduced, otherwise a delay of one control block is introduced.- See also
-
def
mapan(mappings: ControlABusMap*): Unit
Creates a mapping from a mono- or multi-channel audio bus to one of the node's controls.
Creates a mapping from a mono- or multi-channel audio bus to one of the node's controls.
Note that a mapped control acts similar to an
InFeedbackUGen in that it does not matter whether the audio bus was written before the execution of the synth whose control is mapped or not. If it was written before, no delay is introduced, otherwise a delay of one control block is introduced.- See also
- def mapn(mappings: ControlKBusMap*): Unit
-
def
moveAfter(node: Node): Unit
Moves this node after another node
Moves this node after another node
- node
the node after which to move this node
- See also
-
def
moveBefore(node: Node): Unit
Moves this node before another node
Moves this node before another node
- node
the node before which to move this node
-
def
moveToHead(group: Group): Unit
Moves this node to the head of a given group
Moves this node to the head of a given group
- group
the target group
- See also
-
def
moveToTail(group: Group): Unit
Moves this node to the tail of a given group
Moves this node to the tail of a given group
- group
the target group
- See also
- def release(releaseTime: Double = -1.0): Unit
-
def
run(flag: Boolean = true): Unit
Pauses or resumes the node.
Pauses or resumes the node.
- flag
if
truethe node is resumed, iffalseit is paused.
- def set(pairs: ControlSet*): Unit
- def setn(pairs: ControlSet*): Unit
-
def
toString(): String
- Definition Classes
- Any
- def trace(): Unit