object UnaryOpUGen
Unary operations are generally constructed by calling one of the methods of GEOps.
- See also
GEOps @see BinaryOpUGen
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnaryOpUGen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Abs extends PureOp with Product with Serializable
- object Acos extends PureOp with Product with Serializable
- object Ampdb extends PureOp with Product with Serializable
- object Asin extends PureOp with Product with Serializable
- object Atan extends PureOp with Product with Serializable
- object Bilinrand extends RandomOp with Product with Serializable
- object BitNot extends PureOp with Product with Serializable
- object Ceil extends PureOp with Product with Serializable
- object Coin extends RandomOp with Product with Serializable
- object Cos extends PureOp with Product with Serializable
- object Cosh extends PureOp with Product with Serializable
- object Cpsmidi extends PureOp with Product with Serializable
- object Cpsoct extends PureOp with Product with Serializable
- object Cubed extends PureOp with Product with Serializable
- object Dbamp extends PureOp with Product with Serializable
- object Distort extends PureOp with Product with Serializable
- object Exp extends PureOp with Product with Serializable
- object Floor extends PureOp with Product with Serializable
- object Frac extends PureOp with Product with Serializable
- object HannWindow extends PureOp with Product with Serializable
- object Linrand extends RandomOp with Product with Serializable
- object Log extends PureOp with Product with Serializable
- object Log10 extends PureOp with Product with Serializable
- object Log2 extends PureOp with Product with Serializable
- object Midicps extends PureOp with Product with Serializable
- object Midiratio extends PureOp with Product with Serializable
- object Neg extends PureOp with Product with Serializable
- object Not extends PureOp with Product with Serializable
- object Octcps extends PureOp with Product with Serializable
- object Op
- object Ramp extends PureOp with Product with Serializable
- object Rand extends RandomOp with Product with Serializable
- object Rand2 extends RandomOp with Product with Serializable
- object Ratiomidi extends PureOp with Product with Serializable
- object Reciprocal extends PureOp with Product with Serializable
- object RectWindow extends PureOp with Product with Serializable
- object Scurve extends PureOp with Product with Serializable
- object Signum extends PureOp with Product with Serializable
- object Sin extends PureOp with Product with Serializable
- object Sinh extends PureOp with Product with Serializable
- object Softclip extends PureOp with Product with Serializable
- object Sqrt extends PureOp with Product with Serializable
- object Squared extends PureOp with Product with Serializable
- object Sum3rand extends RandomOp with Product with Serializable
- object Tan extends PureOp with Product with Serializable
- object Tanh extends PureOp with Product with Serializable
- object TriWindow extends PureOp with Product with Serializable
- object WelchWindow extends PureOp with Product with Serializable