ResizeWindow

final case class ResizeWindow[A](in: GE[A], size: I, start: I, stop: I) extends SingleOut[A]

A UGen that resizes the windowed input signal by trimming each windows boundaries (if start is greater than zero or stop is less than zero) or padding the boundaries with zeroes (if start is less than zero or stop is greater than zero). The output window size is thus size - start + stop.

Value parameters:
in

the signal to window and resize

size

the input window size

start

the delta window size at the output window's beginning

stop

the delta window size at the output window's ending

Companion:
object
trait Serializable
trait SingleOut[A]
trait Lazy[A]
trait GE[A]
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