Class

de.sciss.fscape

GEOps1

Related Doc: package fscape

Permalink

final class GEOps1 extends AnyVal

Self Type
GEOps1
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 \(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

  8. def abs: GE

    Permalink
  9. def acos: GE

    Permalink
  10. def ampdb: GE

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def asin: GE

    Permalink
  13. def atan: GE

    Permalink
  14. def ceil: GE

    Permalink
  15. def cos: GE

    Permalink
  16. def cosh: GE

    Permalink
  17. def cpsmidi: GE

    Permalink
  18. def cpsoct: GE

    Permalink
  19. def cubed: GE

    Permalink
  20. def dbamp: GE

    Permalink
  21. def drop(len: GE): GE

    Permalink

    Drops the first len elements of this signal.

  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 last: GE

    Permalink

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

  30. def log: GE

    Permalink
  31. def log10: GE

    Permalink
  32. def log2: GE

    Permalink
  33. def midicps: GE

    Permalink
  34. def midiratio: GE

    Permalink
  35. def octcps: GE

    Permalink
  36. def ratiomidi: GE

    Permalink
  37. def reciprocal: GE

    Permalink
  38. def signum: GE

    Permalink
  39. def sin: GE

    Permalink
  40. def sinh: GE

    Permalink
  41. def sqrt: GE

    Permalink
  42. def squared: GE

    Permalink
  43. def tail: GE

    Permalink
  44. def take(len: GE): GE

    Permalink

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

  45. def takeRight(len: GE): GE

    Permalink

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

  46. def tan: GE

    Permalink
  47. def tanh: GE

    Permalink
  48. val this: GE

    Permalink
  49. def toString(): String

    Permalink
    Definition Classes
    Any
  50. def unary_-: GE

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

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped