Object/Class

de.sciss.synth.ugen

UnaryOpUGen

Related Docs: class UnaryOpUGen | package ugen

Permalink

object UnaryOpUGen

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

See also

GEOps  @see BinaryOpUGen

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

Type Members

  1. sealed abstract class Op extends Product

    Permalink
  2. sealed abstract class PureOp extends Op

    Permalink
  3. sealed abstract class RandomOp extends Op

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Abs extends PureOp with Product with Serializable

    Permalink
  5. object Acos extends PureOp with Product with Serializable

    Permalink
  6. object Ampdb extends PureOp with Product with Serializable

    Permalink
  7. object Asin extends PureOp with Product with Serializable

    Permalink
  8. object Atan extends PureOp with Product with Serializable

    Permalink
  9. object Bilinrand extends RandomOp with Product with Serializable

    Permalink
  10. object BitNot extends PureOp with Product with Serializable

    Permalink
  11. object Ceil extends PureOp with Product with Serializable

    Permalink
  12. object Coin extends RandomOp with Product with Serializable

    Permalink
  13. object Cos extends PureOp with Product with Serializable

    Permalink
  14. object Cosh extends PureOp with Product with Serializable

    Permalink
  15. object Cpsmidi extends PureOp with Product with Serializable

    Permalink
  16. object Cpsoct extends PureOp with Product with Serializable

    Permalink
  17. object Cubed extends PureOp with Product with Serializable

    Permalink
  18. object Dbamp extends PureOp with Product with Serializable

    Permalink
  19. object Distort extends PureOp with Product with Serializable

    Permalink
  20. object Exp extends PureOp with Product with Serializable

    Permalink
  21. object Floor extends PureOp with Product with Serializable

    Permalink
  22. object Frac extends PureOp with Product with Serializable

    Permalink
  23. object HannWindow extends PureOp with Product with Serializable

    Permalink
  24. object Linrand extends RandomOp with Product with Serializable

    Permalink
  25. object Log extends PureOp with Product with Serializable

    Permalink
  26. object Log10 extends PureOp with Product with Serializable

    Permalink
  27. object Log2 extends PureOp with Product with Serializable

    Permalink
  28. object Midicps extends PureOp with Product with Serializable

    Permalink
  29. object Midiratio extends PureOp with Product with Serializable

    Permalink
  30. object Neg extends PureOp with Product with Serializable

    Permalink
  31. object Not extends PureOp with Product with Serializable

    Permalink
  32. object Octcps extends PureOp with Product with Serializable

    Permalink
  33. object Op

    Permalink
  34. object Ramp extends PureOp with Product with Serializable

    Permalink
  35. object Rand extends RandomOp with Product with Serializable

    Permalink
  36. object Rand2 extends RandomOp with Product with Serializable

    Permalink
  37. object Ratiomidi extends PureOp with Product with Serializable

    Permalink
  38. object Reciprocal extends PureOp with Product with Serializable

    Permalink
  39. object RectWindow extends PureOp with Product with Serializable

    Permalink
  40. object Scurve extends PureOp with Product with Serializable

    Permalink
  41. object Signum extends PureOp with Product with Serializable

    Permalink
  42. object Sin extends PureOp with Product with Serializable

    Permalink
  43. object Sinh extends PureOp with Product with Serializable

    Permalink
  44. object Softclip extends PureOp with Product with Serializable

    Permalink
  45. object Sqrt extends PureOp with Product with Serializable

    Permalink
  46. object Squared extends PureOp with Product with Serializable

    Permalink
  47. object Sum3rand extends RandomOp with Product with Serializable

    Permalink
  48. object Tan extends PureOp with Product with Serializable

    Permalink
  49. object Tanh extends PureOp with Product with Serializable

    Permalink
  50. object TriWindow extends PureOp with Product with Serializable

    Permalink
  51. object WelchWindow extends PureOp with Product with Serializable

    Permalink
  52. def apply(op: Op, a: GE): UnaryOpUGen

    Permalink
  53. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  54. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  57. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  58. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  59. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  60. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  61. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  62. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  63. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  66. def unapply(b: UnaryOpUGen): Option[(Op, GE)]

    Permalink
  67. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped