[PD] ordered numbers

hard off hard.off at gmail.com
Fri Oct 21 07:33:01 CEST 2005


preferably without using externals, can anyone tell me how to do this:

*********************

input: 0, 3, 5, 10

output: 1, 2, 3, 4

*********************

input:  10, 5, 3, 0

output:  4, 3, 2, 1

*********************

input:  10, 3, 0, 5

output:  4, 2, 1, 3

*********************




More information about the Pd-list mailing list