Skip to content

Commit 1815194

Browse files
committed
updated note about bugged accumulator initialization as it's been partially fixed
1 parent 8f57fc8 commit 1815194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Logic Blocks Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ Its settings are shown in figure \ref{fig:Accumulator} and are as follows:
657657
- Value bounds: minimum/maximum value that can be stored, the stored value will be clamped to the range $[\min(\text{minimum}, \text{maximum}), \enspace \max(\text{minimum}, \text{maximum})]$
658658
- Scale: rate of change of the stored value, used to scale the value of the input
659659
- Use steps: whether to change the stored value continuously (in which case the scale is change per second, achieved by using $1/60$th the scale on each frame) or only once per input activation (on the rising edge of the signal)
660-
- Due to a bug, enabling this causes the accumulator to always be initialized to $0$ even if it's outside of the value bounds. In these cases, the first input will make the value go to the closest to $0$ within the bounds
660+
- Due to a bug, if $0$ isn't within the allowed range, enabling this causes the first input to be ignored
661661

662662
\begin{figure}[H]
663663
\centering

0 commit comments

Comments
 (0)