Hi,
I'm wondering if anyone knows of a good way to use either a table or an array to control the playback of some audio. My patch uses FFT to analyze a soundfile, and then uses RIFFT to take that info and resynthesize it back into audio. What I would like to do is use an array or a table with set values to essentially make a super fine filter that covers an handful of scattered freq values. So for example, I may play the sound of a dog barking into the patch-- for my output I would like to be able to control which freq bands pass as output (preferably by selecting specific bins). I have been having a lot of trouble figuring out how this may look, and would love any advice anyone may have!