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
- Alphabetic
- By Inheritance
Inherited
- UnaryOpUGen
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(op: Op, a: GE): UnaryOpUGen
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def read(in: RefMapIn, key: String, arity: Int): UnaryOpUGen
- Definition Classes
- UnaryOpUGen → ProductReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unapply(b: UnaryOpUGen): Option[(Op, GE)]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object Abs extends PureOp with Product with Serializable
- case object Acos extends PureOp with Product with Serializable
- case object Ampdb extends PureOp with Product with Serializable
- case object Asin extends PureOp with Product with Serializable
- case object Atan extends PureOp with Product with Serializable
- case object Bilinrand extends RandomOp with Product with Serializable
- case object BitNot extends PureOp with Product with Serializable
- case object Ceil extends PureOp with Product with Serializable
- case object Coin extends RandomOp with Product with Serializable
- case object Cos extends PureOp with Product with Serializable
- case object Cosh extends PureOp with Product with Serializable
- case object Cpsmidi extends PureOp with Product with Serializable
- case object Cpsoct extends PureOp with Product with Serializable
- case object Cubed extends PureOp with Product with Serializable
- case object Dbamp extends PureOp with Product with Serializable
- case object Distort extends PureOp with Product with Serializable
- case object Exp extends PureOp with Product with Serializable
- case object Floor extends PureOp with Product with Serializable
- case object Frac extends PureOp with Product with Serializable
- case object HannWindow extends PureOp with Product with Serializable
- case object Linrand extends RandomOp with Product with Serializable
- case object Log extends PureOp with Product with Serializable
- case object Log10 extends PureOp with Product with Serializable
- case object Log2 extends PureOp with Product with Serializable
- case object Midicps extends PureOp with Product with Serializable
- case object Midiratio extends PureOp with Product with Serializable
- case object Neg extends PureOp with Product with Serializable
- case object Not extends PureOp with Product with Serializable
- case object Octcps extends PureOp with Product with Serializable
- object Op extends ProductReader[Op]
- case object Ramp extends PureOp with Product with Serializable
- case object Rand extends RandomOp with Product with Serializable
- case object Rand2 extends RandomOp with Product with Serializable
- case object Ratiomidi extends PureOp with Product with Serializable
- case object Reciprocal extends PureOp with Product with Serializable
- case object RectWindow extends PureOp with Product with Serializable
- case object Scurve extends PureOp with Product with Serializable
- case object Signum extends PureOp with Product with Serializable
- case object Sin extends PureOp with Product with Serializable
- case object Sinh extends PureOp with Product with Serializable
- case object Softclip extends PureOp with Product with Serializable
- case object Sqrt extends PureOp with Product with Serializable
- case object Squared extends PureOp with Product with Serializable
- case object Sum3rand extends RandomOp with Product with Serializable
- case object Tan extends PureOp with Product with Serializable
- case object Tanh extends PureOp with Product with Serializable
- case object TriWindow extends PureOp with Product with Serializable
- case object WelchWindow extends PureOp with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated