the sorting keys; higher values mean higher priority
Abstract method which must be implemented by creating the actual UGens
during expansion.
Abstract method which must be implemented by creating the actual UGens
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
sizeitems. 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
keysandvalues.the maximum size of the priority queue.