Hi,
I'm newbie and I'm trying to find a way to implement simple echo system or any other generic IIR filter based on difference equation...
I've found some information on possible ways but each has its own downsides :
- fexpr~ should do it, but is limited to block size, when I try to change it, then dac complains....
- I've read in some PD tutorial that ("untested feature") one could make size of the block 1 and then make it's own IIR filter, but again dac will complain...
Can I implement generic DSP system with help of difference equation that would work ok on live audio data ?
Thanks in advance,
regards,
Bulek.