Simple Gate - why doesn't it work?

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]
ricdude
Sat Apr 05, 2008 6:05 am

x

Simple Gate - why doesn't it work?

I messed with this for quite some time, and for a while it was working. For some reason, when I load it now, it doesn't work.

I'm trying to use the modulus function on the PPQ stream to zero the input stream when the (PPQ * scale) mod 2 value is less than one. The code for the processing block looks like this:

Code: Select all

streamin tick;
streamin one;
streamout sel;
sel = ((tick%2)<1)&one;
tick is the PPQ stream multiplied by a scaling factor (derived from an input list selector) to control the period of the gate. one is the audio stream, sel is the desired output.

What am I missing? And why would this have worked at one point, and stopped working later?
You do not have the required permissions to view the files attached to this post.

xinaes
Sat Apr 05, 2008 5:23 pm

x

Try changing the PPQ setting of your FL project...

ricdude
Sun Apr 06, 2008 2:49 pm

x

So something in the PPQ component isn't getting...


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