Hi!
I have been playing with mixers, creating some feedback loops ... those of you who have tried probably know the huge variety of sounds you can get with this method.
Now I am trying to do the same with Pd. For the moment I have implemented a simple model of a mixer in feedback :
[delread~] -> [gain] -> [filter bank] -> [clip -1 1] -> [delwrite~]
-> [dac~]
In my filterbank I have 4 band-pass filter in parallel.
I do have some feedback sounds, but it always sounds the same. Cannot even get close to what I get with my mixer. Any ideas how to enhance this a bit?