-
Douwtjeh
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
-
Douwtjeh
Hi,
I'm trying to make a patch that will test the output of an abstraction on multiple sound files.
For this, I would like to be able to load those files sequentially and save the results along with the filename.As I don't know what the files will be called yet, I would like to be able to load them using a wildcard or possibly a selection menu. I'm not sure if this can be done in pd, however.
Another way to go about doing this is by calling pd from a script, but I would need to be able to give the filename as argument for the patch. Is this possible?
I'm using pd-extended 0.41.4 on Vista.