Class

de.sciss.fscape

GEOps1

Related Doc: package fscape

Permalink

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.

Self Type
GEOps1
See also

GEOps2

GE

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GEOps1
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GEOps1(this: GE)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def ++(that: GE): GE

    Permalink

    Concatenates another signal to this (finite) signal.

  4. def +:(that: Constant): GE

    Permalink

    Prepends a single frame.

  5. def :+(that: Constant): GE

    Permalink

    Appends a single frame.

  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  7. def abs: GE

    Permalink
  8. def acos: GE

    Permalink
  9. def ampDb: GE

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def asin: GE

    Permalink
  12. def atan: GE

    Permalink
  13. def ceil: GE

    Permalink
  14. def cos: GE

    Permalink
  15. def cosh: GE

    Permalink
  16. def cpsMidi: GE

    Permalink
  17. def cpsOct: GE

    Permalink
  18. def cubed: GE

    Permalink
  19. def dbAmp: GE

    Permalink
  20. def drop(length: GE): GE

    Permalink

    Drops the first length elements of this signal.

  21. def dropWhile(gate: GE): GE

    Permalink

    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

  22. def elastic(n: GE = 1): GE

    Permalink
  23. def exp: GE

    Permalink
  24. def floor: GE

    Permalink
  25. def frac: GE

    Permalink
  26. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  27. def head: GE

    Permalink

    Outputs the first element of this signal, then terminates.

  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isNaN: GE

    Permalink
  30. def last: GE

    Permalink

    Outputs the last element of this (finite) signal, then terminates.

  31. def log: GE

    Permalink
  32. def log10: GE

    Permalink
  33. def log2: GE

    Permalink
  34. def midiCps: GE

    Permalink
  35. def midiRatio: GE

    Permalink
  36. def nextPowerOfTwo: GE

    Permalink
  37. def octCps: GE

    Permalink
  38. def out(index: Int): GE

    Permalink

    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

  39. def ratioMidi: GE

    Permalink
  40. def reciprocal: GE

    Permalink
  41. def signum: GE

    Permalink
  42. def sin: GE

    Permalink
  43. def sinh: GE

    Permalink
  44. def sqrt: GE

    Permalink
  45. def squared: GE

    Permalink
  46. def tail: GE

    Permalink
  47. def take(length: GE): GE

    Permalink

    Takes at most length elements of this signal, then terminates.

  48. def takeRight(length: GE): GE

    Permalink

    Takes at most the last length elements of this (finite) signal.

  49. def takeWhile(gate: GE): GE

    Permalink

    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

  50. def tan: GE

    Permalink
  51. def tanh: GE

    Permalink
  52. val this: GE

    Permalink
  53. def toString(): String

    Permalink
    Definition Classes
    Any
  54. def unary_!: GE

    Permalink
  55. def unary_-: GE

    Permalink
  56. def zip(that: GE): GE

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped