Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Translations:ContinuouslyChanging/3/en

From Resonite Wiki

Usually, listener nodes only evaluate the node chain every time they receive a change event. These events are either triggered from the Data Model's own change handler (such as when one writes to a SyncField) or by forcibly changing the nodes in the node group. However, if any node in the chain of nodes that the listener's input depends on is marked as ContinuouslyChanging, the listener will forcibly evaluate its entire input each update.