Modifier Programming
Grid Studio also provides Modifier Programming, a node-based system designed for continuous real-time data processing.
Modifiers are typically used when values need to be processed, transformed, or combined at high update rates, such as with tracking data, sensor signals, or continuously changing parameters.
Objects using modifiers are created and organized in the Project Tree.
Unlike workflows, which react to discrete events, modifiers operate based on value changes. Whenever an input value changes, the modifier graph is evaluated and produces an updated output.
This allows modifiers to process continuously changing signals in real time without relying on explicit event triggers.
Typical Modifier Data Flow
1
2
3
Last updated