Counter
The Counter patch holds a value that can be incremented / decremented by one.
Inputs
Reset Value
The reset value.
Increment
Increase by one.
Decrement
Decrease by one.
Reset
Reverts to the reset value.
Outputs
Value
The current count.