GenWindow

final case class GenWindow[L](size: GE[L], shape: I, param: D)(implicit numL: NumInt[L]) extends SingleOut[Double] with ProductWithAdjuncts

A repeated window generator UGen. It repeats the same window again and again (unless parameters are modulated). The parameters are demand-rate, polled once per window.

Value parameters:
param

parameter used by some window shapes, such as GenWindow.Kaiser

shape

the identifier of the window shape, such as GenWindow.Hann.

size

the window size

Companion:
object
trait Serializable
trait ProductWithAdjuncts
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

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts

Inherited methods

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