Op

sealed abstract
class Op extends Product
Companion
object
trait Product
trait Equals
class Object
trait Matchable
class Any
class PureOp
object Abs
object Acos
object Ampdb
object Asin
object Atan
object BitNot
object Ceil
object Cos
object Cosh
object Cpsmidi
object Cpsoct
object Cubed
object Dbamp
object Distort
object Exp
object Floor
object Frac
object HannWindow
object Log
object Log10
object Log2
object Midicps
object Midiratio
object Neg
object Not
object Octcps
object Ramp
object Ratiomidi
object Reciprocal
object RectWindow
object Scurve
object Signum
object Sin
object Sinh
object Softclip
object Sqrt
object Squared
object Tan
object Tanh
object TriWindow
class RandomOp
object Bilinrand
object Coin
object Linrand
object Rand
object Rand2
object Sum3rand

Value members

Abstract methods

def id: Int
def make(a: GE): GE

Concrete methods

def methodName: String

The name one would call on GEOps to obtain this operator. For example, for Neg this would be unary_-.

The name one would call on GEOps to obtain this operator. For example, for Neg this would be unary_-.

def name: String

The name one would use to display the operator in a user friendly way. For example, for Neg this would be -.

The name one would use to display the operator in a user friendly way. For example, for Neg this would be -.

def prefix: Boolean

Whether the operator should be written in prefix position. For example, Ampdb is '''not''' in prefix position, you would write signal.ampDb, whereas Neg is prefix position, as you would write -signal.

Whether the operator should be written in prefix position. For example, Ampdb is '''not''' in prefix position, you would write signal.ampDb, whereas Neg is prefix position, as you would write -signal.

final override
def productArity: Int
Definition Classes
Product
final override
def productElement(n: Int): Any
Definition Classes
Product
final override
def productPrefix: String
Definition Classes
Product

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product