Is it possible to add a phase input to an SVF filter?

Discuss & exchange FL SynthMaker presets here.

Return to “FL SynthMaker / FlowStone - Presets & Programming”

[You can only see part of this thread as you are not logged in to the forums]
Large
Tue Dec 21, 2010 6:36 pm

x

Is it possible to add a phase input to an SVF filter?

It must have something to do with 'sin' and 'cos'.

This is from the sine wave code:

Code: Select all

//out = sin + (cos - sin * phase)* phase;
mulps xmm4,xmm0;
subps xmm6,xmm0;
mulps xmm6,phase;
addps xmm0,xmm6;
movaps out,xmm0;

So I'm assuming that there is also a 'sin' and 'cos' used in the SVF filter?

That would allow a phase input?

Large
Wed Dec 22, 2010 3:50 pm

x

Come on... nobody know how to do this? Please,...


Toxic Tom
Sat Feb 19, 2011 9:03 am

x

Err?

That's like some hard maths stuff.

Kelsey1B
Thu Mar 03, 2011 4:18 pm

x

Its like dam Algebra for Synths!

wizanda
Thu Mar 03, 2011 4:29 pm

x

Kelsey1B wrote:Its like dam Algebra for Synths!...


Return to “FL SynthMaker / FlowStone - Presets & Programming”