Page 1 of 1

Youlean FIR Filter DLL

PostPosted: Tue Dec 22, 2015 10:29 pm
by Youlean
Just DLL implementation of FIR filter.

Edit: Reuploaded...

Re: Youlean FIR Filter DLL

PostPosted: Tue Dec 22, 2015 10:58 pm
by martinvicanek
Youlean, is that an FFT convolution in your external DLL? In the schematic you mention "unlimited size". How much would that be, enough for an offline reverb? :?:

Re: Youlean FIR Filter DLL

PostPosted: Tue Dec 22, 2015 11:03 pm
by Youlean
martinvicanek wrote:Youlean, is that an FFT convolution in your external DLL? In the schematic you mention "unlimited size". How much would that be, enough for an offline reverb? :?:

I recreated everything that is inside original MyCo module. Yes, it should work with any coefficients size as long your CPU and RAM allow it.

Re: Youlean FIR Filter DLL

PostPosted: Tue Dec 22, 2015 11:09 pm
by Youlean
Sometimes it will crash when you change coefficients size from big to small, but I think that this could be because of frame and green DLL update.
I think that stopping frame update before coefficient update would fix that...