anyone knows any filter i can use instead of moog

For general discussion related FlowStone
Post Reply
djbrynte
Posts: 613
Joined: Mon Jun 22, 2009 10:51 am
Contact:

anyone knows any filter i can use instead of moog

Post by djbrynte »

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.
Post Reply