anyone knows any filter i can use instead of moog
Posted: Fri Mar 13, 2015 2:54 pm
I had moog filter as my last option in my filter types and the moog filter us buggy. Is there any other filter i can use that reminds of this?
streamin mod;
streamin in;
streamout out;
float F1=0.9;
float F0=0;
movaps xmm0,in;
addps xmm0,mod;
minps xmm0,F1;
maxps xmm0,F0;
movaps out,xmm0;
SHould work for this.
streamin mod;
streamin in;
streamout out;
float F1=0.9;
float F0=0;
movaps xmm0,in;
addps xmm0,mod;
minps xmm0,F1;
maxps xmm0,F0;
movaps out,xmm0;
SHould work for this.