de.sciss.synth

GEOps

final class GEOps extends AnyVal

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(g: 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

  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 clip2(b: GE): GE

  27. def cos: GE

  28. def cosh: GE

  29. def cpsmidi: GE

  30. def cpsoct: GE

  31. def cubed: GE

  32. def dbamp: GE

  33. def difsqr(b: GE): GE

  34. def distort: GE

  35. def excess(b: GE): GE

  36. def exp: GE

  37. def firstarg(b: GE): GE

  38. def flatten: GE

  39. def floor: GE

  40. def fold2(b: GE): GE

  41. def frac: GE

  42. val g: GE

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

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

  45. def hypotx(b: GE): GE

  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def linexp(srcLo: GE, srcHi: GE, dstLo: GE, dstHi: GE): GE

  48. def linlin(srcLo: GE, srcHi: GE, dstLo: GE, dstHi: GE): GE

  49. def log: GE

  50. def log10: GE

  51. def log2: GE

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

  53. def max(b: GE): GE

  54. def midicps: GE

  55. def midiratio: GE

  56. def min(b: GE): GE

  57. def octcps: GE

  58. 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

  59. def poll: Poll

  60. def pow(b: GE): GE

  61. def ramp: GE

  62. def ratiomidi: GE

  63. def reciprocal: GE

  64. def ring1(b: GE): GE

  65. def ring2(b: GE): GE

  66. def ring3(b: GE): GE

  67. def ring4(b: GE): GE

  68. def round(b: GE): GE

  69. def roundup(b: GE): GE

  70. def scaleneg(b: GE): GE

  71. def scurve: GE

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

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

  74. def signum: GE

  75. def sin: GE

  76. def sinh: GE

  77. def softclip: GE

  78. def sqrdif(b: GE): GE

  79. def sqrsum(b: GE): GE

  80. def sqrt: GE

  81. def squared: GE

  82. def sumsqr(b: GE): GE

  83. def tan: GE

  84. def tanh: GE

  85. def thresh(b: GE): GE

  86. def toString(): String

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

  88. def unary_-: GE

  89. def wrap2(b: GE): GE

  90. def |(b: GE): GE

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped