FFT2HalfUGen

sealed trait FFT2HalfUGen extends SingleOut[Double]
trait SingleOut[Double]
trait Lazy[Double]
trait GE[Double]
trait Expander[UGenInLike[Double]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any
class Real2FFT
class Real2IFFT

Value members

Abstract methods

protected def apply(in: OutD, rows: OutI, columns: OutI, mode: OutI)(implicit b: Builder): OutD
def columns: I
def in: D
def mode: I
def rows: I

Concrete methods

final protected def makeUGen(args: IndexedSeq[UGenIn[_]])(implicit b: Builder): UGenInLike[Double]
final protected def makeUGens(implicit b: Builder): UGenInLike[Double]

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
final def name: String
Inherited from:
UGenSource
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product