Contents



DH_
FloatIncrement

Next

Function:

Increments or decrements the current value at the Value Out pins. Works like the native SE Increment2 Sub-Control, but with Float instead of List output.



 


Left-hand side pins:

Incr - Adds 1 to the current output value.

Decr - Subtracts 1 from the current output value.

Min - Sets the minimum value. The module will not decrement the current output value below this.

Max - Sets the maximum value. The module will not increment the current output value above this.

Wrap - Causes the next increment after reaching the Max value to wrap around to the Min value, or the next decrement after reaching the Min value to wrap around to the Max value. Note: If the current output value is changed to a value outside of the Min-Max range, the next increment or decrement will reflect the offset from the Max or Min.

Reset - Sets the current output value to the Min value.

Value Out - The current output value.

Right-hand side pin:

Value Out - The current output value.

top

Next