Class/Object

de.sciss.synth

GEOps

Related Docs: object GEOps | package synth

Permalink

final class GEOps extends AnyVal

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

Instance Constructors

  1. new GEOps(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 %(b: GE): GE

    Permalink
  4. def &(b: GE): GE

    Permalink
  5. def *(b: GE): GE

    Permalink
  6. def +(b: GE): GE

    Permalink
  7. def -(b: GE): GE

    Permalink
  8. def /(b: GE): GE

    Permalink
  9. def <(b: GE): GE

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

    Permalink
  11. def <=(b: GE): GE

    Permalink
  12. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  13. def >(b: GE): GE

    Permalink
  14. def >=(b: GE): GE

    Permalink
  15. def >>(b: GE): GE

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

  17. def ^(b: GE): GE

    Permalink
  18. def abs: GE

    Permalink
  19. def absdif(b: GE): GE

    Permalink
  20. def acos: GE

    Permalink
  21. def amclip(b: GE): GE

    Permalink
  22. def ampdb: GE

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def asin: GE

    Permalink
  25. def atan: GE

    Permalink
  26. def atan2(b: GE): GE

    Permalink
  27. def ceil: GE

    Permalink
  28. def clip(low: GE, high: GE): GE

    Permalink
  29. def clip2(b: GE): GE

    Permalink
  30. def cos: GE

    Permalink
  31. def cosh: GE

    Permalink
  32. def cpsmidi: GE

    Permalink
  33. def cpsoct: GE

    Permalink
  34. def cubed: GE

    Permalink
  35. def dbamp: GE

    Permalink
  36. def difsqr(b: GE): GE

    Permalink
  37. def distort: GE

    Permalink
  38. def excess(b: GE): GE

    Permalink
  39. def exp: GE

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

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

    Permalink
  42. def firstarg(b: GE): GE

    Permalink
  43. def flatten: GE

    Permalink
  44. def floor: GE

    Permalink
  45. def fold(low: GE, high: GE): GE

    Permalink
  46. def fold2(b: GE): GE

    Permalink
  47. def frac: GE

    Permalink
  48. def gcd(b: GE): GE

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

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

    Permalink
  51. def hypotx(b: GE): GE

    Permalink
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. def lcm(b: GE): GE

    Permalink
  54. def linexp(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

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

    Permalink
  56. def log: GE

    Permalink
  57. def log10: GE

    Permalink
  58. def log2: GE

    Permalink
  59. def madd(mul: GE, add: GE): GE

    Permalink
  60. def max(b: GE): GE

    Permalink
  61. def midicps: GE

    Permalink
  62. def midiratio: GE

    Permalink
  63. def min(b: GE): GE

    Permalink
  64. def octcps: GE

    Permalink
  65. def poll(trig: GE = 10, label: String = "$auto", trigID: GE = 1): Poll

    Permalink

    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

  66. def poll: Poll

    Permalink
  67. def pow(b: GE): GE

    Permalink

    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.

  68. def ramp: GE

    Permalink
  69. def ratiomidi: GE

    Permalink
  70. def reciprocal: GE

    Permalink
  71. def ring1(b: GE): GE

    Permalink
  72. def ring2(b: GE): GE

    Permalink
  73. def ring3(b: GE): GE

    Permalink
  74. def ring4(b: GE): GE

    Permalink
  75. def roundTo(b: GE): GE

    Permalink
  76. def roundUpTo(b: GE): GE

    Permalink
  77. def scaleneg(b: GE): GE

    Permalink
  78. def scurve: GE

    Permalink
  79. def sig_!=(b: GE): GE

    Permalink
  80. def sig_==(b: GE): GE

    Permalink
  81. def signum: GE

    Permalink
  82. def sin: GE

    Permalink
  83. def sinh: GE

    Permalink
  84. def softclip: GE

    Permalink
  85. def sqrdif(b: GE): GE

    Permalink
  86. def sqrsum(b: GE): GE

    Permalink
  87. def sqrt: GE

    Permalink
  88. def squared: GE

    Permalink
  89. def sumsqr(b: GE): GE

    Permalink
  90. def tan: GE

    Permalink
  91. def tanh: GE

    Permalink
  92. val this: GE

    Permalink
  93. def thresh(b: GE): GE

    Permalink
  94. def toString(): String

    Permalink
    Definition Classes
    Any
  95. def trunc(b: GE): GE

    Permalink
  96. def unary_!: GE

    Permalink
  97. def unary_-: GE

    Permalink
  98. def wrap(low: GE, high: GE): GE

    Permalink
  99. def wrap2(b: GE): GE

    Permalink
  100. def |(b: GE): GE

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped