FFT2HalfUGen

sealed trait FFT2HalfUGen extends SingleOut
trait SingleOut
trait SomeOut[StreamOut]
trait Lazy
trait GE
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: GE
def in: GE
def mode: GE
def rows: GE

Concrete methods

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

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