
SORT (DSP Float & Audio)
------------------------

Sorts in ascending (default) or descending (if Descending pin is set) order the input values.

Ideally, you should connect a same number of inputs and of outputs.
In case there are more inputs than outputs, the highest (or lowest if using ascending order) values won't be output.
In case there are more outputs than inputs, the exceeding outputs will remain set to zero.


Audio version
-------------
All outputs will be streaming in case any input pin is streaming.


WARNING
-------
Always consider that sorting several streaming audio pins can represent a considerable CPU load.
You are advised NOT to use the audio version when only sorting of static float values is required. Always prefer using the Float version unless you really need to sort streaming audio signals.


WARNING !!!
-----------
At present SynthEdit suffers a strange bug, for which these modules won't work or even crash in the exported plugins, if any unconnected (spare) input is present before connected spare outputs.
Please wire your module connecting alternately one input, then the corresponding output, then the nex input, then the corresponding output, and so on, thus not leaving any unconnected spare input before any connected outputs.
So:

I
 O
I
 O
I
 O
I(spare)
 O(spare)  -> OK

I
 O
I
I(spare)
 O
 O
 O(spare) -> NO!
 