final class GEOps1 extends AnyVal
GEOps1 are operations for graph elements (GE). Instead of having these operations directly defined
in each element, which is a huge list, they appear here as extension methods. GEOps1 are unary
operators, whereas GEOps2 are binary and n-ary operators.
- Alphabetic
- By Inheritance
- GEOps1
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
++(that: GE): GE
Concatenates another signal to this (finite) signal.
-
def
+:(that: Constant): GE
Prepends a single frame.
-
def
:+(that: Constant): GE
Appends a single frame.
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def abs: GE
- def acos: GE
- def ampDb: GE
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asin: GE
- def atan: GE
- def ceil: GE
- def cos: GE
- def cosh: GE
- def cpsMidi: GE
- def cpsOct: GE
- def cubed: GE
- def dbAmp: GE
-
def
drop(length: GE): GE
Drops the first
lengthelements of this signal. -
def
dropWhile(gate: GE): GE
XXX TODO --- this doesn't have a dedicated UGen yet.
XXX TODO --- this doesn't have a dedicated UGen yet. Callers must assume an extra block of delay
- def elastic(n: GE = 1): GE
- def exp: GE
- def floor: GE
- def frac: GE
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
head: GE
Outputs the first element of this signal, then terminates.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNaN: GE
-
def
last: GE
Outputs the last element of this (finite) signal, then terminates.
- def log: GE
- def log10: GE
- def log2: GE
- def midiCps: GE
- def midiRatio: GE
- def nextPowerOfTwo: GE
- def octCps: GE
-
def
out(index: Int): GE
Creates a proxy that represents a specific output channel of the element.
Creates a proxy that represents a specific output channel of the element.
- index
channel-index, zero-based. Indices which are greater than or equal to the number of outputs are wrapped around.
- returns
a monophonic element that represents the given channel of the receiver
- def ratioMidi: GE
- def reciprocal: GE
- def signum: GE
- def sin: GE
- def sinh: GE
- def sqrt: GE
- def squared: GE
- def tail: GE
-
def
take(length: GE): GE
Takes at most
lengthelements of this signal, then terminates. -
def
takeRight(length: GE): GE
Takes at most the last
lengthelements of this (finite) signal. -
def
takeWhile(gate: GE): GE
XXX TODO --- this doesn't have a dedicated UGen yet.
XXX TODO --- this doesn't have a dedicated UGen yet. Callers must assume an extra block of delay
- def tan: GE
- def tanh: GE
- val this: GE
-
def
toString(): String
- Definition Classes
- Any
- def unary_!: GE
- def unary_-: GE
- def zip(that: GE): GE