de.sciss.synth

GEOps

final class GEOps extends AnyVal

Self Type
GEOps
Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GEOps
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GEOps(this: GE)

Value Members

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

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

    Definition Classes
    Any
  3. def %(b: GE): GE

  4. def &(b: GE): GE

  5. def *(b: GE): GE

  6. def +(b: GE): GE

  7. def -(b: GE): GE

  8. def /(b: GE): GE

  9. def <(b: GE): GE

  10. def <=(b: GE): GE

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

    Definition Classes
    Any
  12. def >(b: GE): GE

  13. def >=(b: GE): GE

  14. def \(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

  15. def ^(b: GE): GE

  16. def abs: GE

  17. def absdif(b: GE): GE

  18. def acos: GE

  19. def amclip(b: GE): GE

  20. def ampdb: GE

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def asin: GE

  23. def atan: GE

  24. def atan2(b: GE): GE

  25. def ceil: GE

  26. def clip(low: GE, high: GE): GE

  27. def clip2(b: GE): GE

  28. def cos: GE

  29. def cosh: GE

  30. def cpsmidi: GE

  31. def cpsoct: GE

  32. def cubed: GE

  33. def dbamp: GE

  34. def difsqr(b: GE): GE

  35. def distort: GE

  36. def excess(b: GE): GE

  37. def exp: GE

  38. def expexp(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

  39. def explin(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

  40. def firstarg(b: GE): GE

  41. def flatten: GE

  42. def floor: GE

  43. def fold(low: GE, high: GE): GE

  44. def fold2(b: GE): GE

  45. def frac: GE

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

    Definition Classes
    AnyVal → Any
  47. def hypot(b: GE): GE

  48. def hypotx(b: GE): GE

  49. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  50. def linexp(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

  51. def linlin(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

  52. def log: GE

  53. def log10: GE

  54. def log2: GE

  55. def madd(mul: GE, add: GE): GE

  56. def max(b: GE): GE

  57. def midicps: GE

  58. def midiratio: GE

  59. def min(b: GE): GE

  60. def octcps: GE

  61. def poll(trig: GE = 10, label: Optional[String] = None, trigID: GE = 1): Poll

    Polls the output values of this graph element, and prints the result to the console.

    Polls the output values of this graph element, and prints the result to the console. This is a convenient method for wrapping this graph element in a Poll UGen.

    trig

    a signal to trigger the printing. If this is a constant, it is interpreted as a frequency value and an Impulse generator of that frequency is used instead.

    label

    a string to print along with the values, in order to identify different polls. Using the special label "#auto" (default) will generated automatic useful labels using information from the polled graph element

    trigID

    if greater then 0, a "/tr" OSC message is sent back to the client (similar to SendTrig)

    See also

    de.sciss.synth.ugen.Poll

  62. def poll: Poll

  63. def pow(b: GE): GE

    Warning: Unlike a normal power operation, the signum of the left operand is always preserved.

    Warning: Unlike a normal power operation, the signum of the left operand is always preserved. I.e. DC.kr(-0.5).pow(2) will not output 0.25 but -0.25. This is to avoid problems with floating point noise and negative input numbers, so DC.kr(-0.5).pow(2.001) does not result in a NaN, for example.

  64. def ramp: GE

  65. def ratiomidi: GE

  66. def reciprocal: GE

  67. def ring1(b: GE): GE

  68. def ring2(b: GE): GE

  69. def ring3(b: GE): GE

  70. def ring4(b: GE): GE

  71. def roundTo(b: GE): GE

  72. def roundUpTo(b: GE): GE

  73. def scaleneg(b: GE): GE

  74. def scurve: GE

  75. def sig_!=(b: GE): GE

  76. def sig_==(b: GE): GE

  77. def signum: GE

  78. def sin: GE

  79. def sinh: GE

  80. def softclip: GE

  81. def sqrdif(b: GE): GE

  82. def sqrsum(b: GE): GE

  83. def sqrt: GE

  84. def squared: GE

  85. def sumsqr(b: GE): GE

  86. def tan: GE

  87. def tanh: GE

  88. val this: GE

  89. def thresh(b: GE): GE

  90. def toString(): String

    Definition Classes
    Any
  91. def trunc(b: GE): GE

  92. def unary_-: GE

  93. def wrap(low: GE, high: GE): GE

  94. def wrap2(b: GE): GE

  95. def |(b: GE): GE

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped