Hi,
I'm trying to create a filterbank, by simultaneously passing audio into 11 bp~ filters.
The problem is now, that I have to find out which of these filters has the highest value as output (actually I want the filters with the two highest outputs).
However, I'm completely stumped as to how to do this. I'm new to puredata and more used to c-style languages, so this is a problem.
If the answer uses lists in some way, how do I construct a list from 11 outputs that output simultaneously?
thanks