FFTHalfUGen

sealed trait FFTHalfUGen 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 Real1FFT
class Real1IFFT

Value members

Abstract methods

protected def apply(in: OutD, size: OutI, padding: OutI, mode: OutI)(implicit b: Builder): OutD
def in: D
def mode: I
def padding: I
def size: 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