Date: 2024-10-30 17:03:16
Score: 0.5
Natty:
You have few options:
- Local variables for each control - fastest, easiest to do, just create a local variable and wire it.
- Property nodes - slightly slower, but with more capabilities. You can make it so it generates an event when the control or indicator value changes. It also has error IO.
- By reference - Similar to property nodes but more generic. You can build an array of control references, each can have a different type and iterate over them in a for loop, for example to initiate them all to their default values.
Reasons:
- Long answer (-0.5):
- No code block (0.5):
- Low reputation (0.5):
Posted by: Lior Bilia