IFFT

final case
class IFFT(rate: Rate, chain: GE, winType: GE, winSize: GE) extends SingleOut with IsIndividual

A UGen performing an inverse FFT, transforming a buffer containing a spectral domain signal back into the time domain.

Value Params
chain

reference to the spectral signal, returned as a buffer-identifier from FFT or the PV_... UGens.

winSize

With the default value of zero, the window size equals the fft size. If you wish to perform zero padding, an explicit window size can be specified. ''(init-time only)''

winType

The window function applied after each IFFT is taken. The default of 0 is a sine window, -1 is a rectangle window, and 1 is a Hann window. ''(init-time only)''

See also
Companion
object
trait Serializable
trait IsIndividual
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource