Page 1 of 1

Posted: 16 May 2015, 16:43
by 23fx23
Im currently working on a Bezier oscillator.
so far so good i got the wavform generation working nicely.
but id'like to go a bit deeper.
so Im looking for some nice filters (for now just LP, but ideally HP and BP would be cool) Cpp codes.

I don't necerelly need real time filters, more applicate to a predefined set of samples datas and get an output set.

for now i do a 'triangular iterative blur' and that kind of works but i guess a 'true' filter algo with cutoff freq and Q would be better.

any ideas where i could find this?

would be awesome
cheerz

Posted: 18 May 2015, 16:27
by 23fx23
nevermind found some i have to try

Posted: 18 May 2015, 20:04
by oli_lab

Posted: 18 May 2015, 20:33
by 23fx23
ah cool, didn't see those gonna test thx! :)