SortWindow

final case class SortWindow[A, B](keys: GE[A], values: GE[B], size: I)(implicit ord: Ord[A]) extends SingleOut[B] with ProductWithAdjuncts

A UGen that sorts the input data window by window.

Value parameters:
keys

the sorting keys; output will be in ascending order

size

the window size.

values

the values corresponding with the keys and eventually output by the UGen. It is well possible to use the same signal both for keys and values.

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