Using a ParameterAttachment for non-automatable parameters?

Even with a parameter, something like that could work. After all, the parameter has a ParameterID and a value, both of which are normally passed to parameterChanged(). If it just used the ParameterID, then it could call back to parameterValueChanged() instead, but using the ParameterID instead of getting its index and passing that.

Guess I have to go back to my old method of managing these with atomics myself. :frowning: