hi all-
i'm writing a patch to use with pddroidparty (android o/s) so need to find a vanilla solution for this problem... (and sorry if it's been discussed before somewhere else...?)
the patch uses [sigmund~] to analyse an audio input signal, taking a sample set of about 100 floats from [sigmund~]'s frequency output and storing them in a list. this list contains some noise (eg, very low or very high 'junk' frequencies) so i want to take the median value of the list as my result, rather than an average.
[median] won't work, nor can i use [list-sort] to manually find the median value - is there a vanilla workaround??
just thought i'd see if another solution is available before i drive myself nuts trying to make patch to run an insertion sort algorithm on my list, then pick the median value...
cheers,
jon.