Class

de.sciss.fscape

GEOps2

Related Doc: package fscape

Permalink

final class GEOps2 extends AnyVal

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

Instance Constructors

  1. new GEOps2(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. final def ==(arg0: Any): Boolean

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

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

    Permalink
  14. def ^(b: GE): GE

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

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

    Permalink
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def atan2(b: GE): GE

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

    Permalink
  20. def complex: GEComplexOps

    Permalink

    Enables operators for an assumed complex signal.

  21. def difsqr(b: GE): GE

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

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

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

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

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

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

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

    Permalink
  29. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  32. def matchLen(b: GE): GE

    Permalink

    Truncates or extends the first operand to match the length of b.

    Truncates or extends the first operand to match the length of b. This uses the SecondArg operator with operands reversed.

  33. def max(b: GE): GE

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

    Permalink
  35. def poll(trig: GE = 5000, label: Optional[String] = None): 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 period and a Metro generator with this period is used.

    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

    See also

    de.sciss.fscape.graph.Poll

  36. def poll: Poll

    Permalink
  37. 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.

  38. def ring1(b: GE): GE

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  50. val this: GE

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

    Permalink
  52. def toString(): String

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

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

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

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped