Hello all,
For a specific project, I need to build a system of “running parameters” (RP in the following) with some extra features.
Here is a concise description:
-The RP ranges from 0 to 1,
-The user sets 4 parameters: increment (float), mode (Boolean), isLinked (Boolean), link value (float)
-Usually, RPs goes in pair (RP1 and RP2), RP2 usually is linked to RP1
Operations:
Mode “Clamp”:
-The RP will move towards min/max depending on the increment value and sign. It stops once it reached either limit.
Mode “Back and forth”:
-The RP will move towards min/max and go back to max/min
IsLink True:
-The RP will ignore “Mode” and will follow the provided “linkValue”
I came up with the attached network. I feel I over complicated it and I am wondering if this is sustainable performance wise as I’ll have 8 pairs of parameters (that’s 16 parameters) in the final project. I’d be super thankful if anyone can have a look and give me a feedback.
You will find more details/information in the annotations
RunningParameter.toe (11.3 KB)