Packages

object UnaryOpUGen extends ProductReader[UnaryOpUGen]

Unary operations are generally constructed by calling one of the methods of GEOps.

See also

GEOps

BinaryOpUGen

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnaryOpUGen
  2. ProductReader
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class Op extends Product
  2. sealed abstract class PureOp extends Op
  3. sealed abstract class RandomOp extends Op

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(op: Op, a: GE): UnaryOpUGen
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def read(in: RefMapIn, key: String, arity: Int): UnaryOpUGen
    Definition Classes
    UnaryOpUGenProductReader
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. def unapply(b: UnaryOpUGen): Option[(Op, GE)]
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. case object Abs extends PureOp with Product with Serializable
  23. case object Acos extends PureOp with Product with Serializable
  24. case object Ampdb extends PureOp with Product with Serializable
  25. case object Asin extends PureOp with Product with Serializable
  26. case object Atan extends PureOp with Product with Serializable
  27. case object Bilinrand extends RandomOp with Product with Serializable
  28. case object BitNot extends PureOp with Product with Serializable
  29. case object Ceil extends PureOp with Product with Serializable
  30. case object Coin extends RandomOp with Product with Serializable
  31. case object Cos extends PureOp with Product with Serializable
  32. case object Cosh extends PureOp with Product with Serializable
  33. case object Cpsmidi extends PureOp with Product with Serializable
  34. case object Cpsoct extends PureOp with Product with Serializable
  35. case object Cubed extends PureOp with Product with Serializable
  36. case object Dbamp extends PureOp with Product with Serializable
  37. case object Distort extends PureOp with Product with Serializable
  38. case object Exp extends PureOp with Product with Serializable
  39. case object Floor extends PureOp with Product with Serializable
  40. case object Frac extends PureOp with Product with Serializable
  41. case object HannWindow extends PureOp with Product with Serializable
  42. case object Linrand extends RandomOp with Product with Serializable
  43. case object Log extends PureOp with Product with Serializable
  44. case object Log10 extends PureOp with Product with Serializable
  45. case object Log2 extends PureOp with Product with Serializable
  46. case object Midicps extends PureOp with Product with Serializable
  47. case object Midiratio extends PureOp with Product with Serializable
  48. case object Neg extends PureOp with Product with Serializable
  49. case object Not extends PureOp with Product with Serializable
  50. case object Octcps extends PureOp with Product with Serializable
  51. object Op extends ProductReader[Op]
  52. case object Ramp extends PureOp with Product with Serializable
  53. case object Rand extends RandomOp with Product with Serializable
  54. case object Rand2 extends RandomOp with Product with Serializable
  55. case object Ratiomidi extends PureOp with Product with Serializable
  56. case object Reciprocal extends PureOp with Product with Serializable
  57. case object RectWindow extends PureOp with Product with Serializable
  58. case object Scurve extends PureOp with Product with Serializable
  59. case object Signum extends PureOp with Product with Serializable
  60. case object Sin extends PureOp with Product with Serializable
  61. case object Sinh extends PureOp with Product with Serializable
  62. case object Softclip extends PureOp with Product with Serializable
  63. case object Sqrt extends PureOp with Product with Serializable
  64. case object Squared extends PureOp with Product with Serializable
  65. case object Sum3rand extends RandomOp with Product with Serializable
  66. case object Tan extends PureOp with Product with Serializable
  67. case object Tanh extends PureOp with Product with Serializable
  68. case object TriWindow extends PureOp with Product with Serializable
  69. case object WelchWindow extends PureOp with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ProductReader[UnaryOpUGen]

Inherited from AnyRef

Inherited from Any

Ungrouped