Edge Node

The Edge node is a Logic node that is used to detect the rising, falling or both edges of a boolean (ie. true or false) value. It effectively converts a long-lasting value to a momentary value.

A rising edge is a change from false to true.

A falling edge is a change from true to false.

This node is used in all modules.

Inputs

Value (Input #1) is a true or false value.

Outputs

Output #1 is either a true or false value. When the edge is detected, this output will be 'true' for one sample of time.

Options

Mode chooses which edges you're looking for - rising, falling or both.