Math:Count

Last updated 5 August 2026

Math:Count allows you to easily count up or down.

Pin Info

Input 1: +1 [Bang]

Input 1: Add [Int]

Input 2: Reset [Bang]

Input 2: Set to [Int]

1-+1[Bang]: Adds 1 to the buffered Value and emits the result.

1-Add[Int]: Adds the Value to the buffered value and emits the result. (Value can also be negative)

2-Reset[Bang]: Resets the buffered Value to 0.

2-Set To[Int]: Sets the buffered Value the this value.

Output 1: O [Int]

1-Output[Int]: Emits the Buffered Value whenever it is increased or a Value is added.

Node Parameters

Buffer: Shows the currently buffered value double click it to change it manually.