the sorting keys; higher values mean higher priority
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Abstract method which must be implemented by creating the actual UGen
s
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U
)
the maximum size of the priority queue.
the values corresponding with the keys and eventually output by the UGen.
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
.
A sorting UGen that can be thought of as a bounded priority queue. It keeps all data in memory but limits the size to the top
size
items. By its nature, the UGen only starts outputting values once the input signal (keys
) has finished.the sorting keys; higher values mean higher priority
the values corresponding with the keys and eventually output by the UGen. It is well possible to use the same signal both for
keys
andvalues
.the maximum size of the priority queue.