Page 1 of 1

Posted: Tue Oct 21, 2003 4:43 am
by kensuguro
I was making a counter that restes. And to my dismay, the Constant Val modules' 0 is actually not 0. Checked using flexor's val monitor. It's actually 0 and then some. So, as a disappointing result, my counter keeps incrementing (tiny bit) even if the increment is set to 0. And also, when it resets, it doesn't "really" reset to 0.
Man, someone should come up with INT modules for non-float numbers.

<font size=-1>[ This Message was edited by: kensuguro on 2003-10-21 05:44 ]</font>

Posted: Tue Oct 21, 2003 4:09 pm
by Michu
:smile:
why not use val monitor as constant value?

Posted: Tue Oct 21, 2003 9:44 pm
by kensuguro
well, I wanted to do a counter that counts in integers. And the val monitors seem to go from -1 to 1 in float. But, hey, that's a good idea!

Posted: Tue Oct 21, 2003 10:52 pm
by at0m
Val Monitors are also convenient to set perfect divisions. Take a couple of ringmods and ValMons, and ringmodulate an LFO, const freq,.. with Val Monitor at .5, .25, .125, 0.33.. to derive equal subdivisions.
To work in division steps of 16 as above, Poly Rythmer comes in handy too.

<font size=-1>[ This Message was edited by: at0mic on 2003-10-22 02:19 ]</font>