Hello,
I am a bit confused about the way to switch autoassign on and off properly.
First, a comment in the helpfile says "To update the assignment autoassign has to change from 0 to 1 or 1 to 0. ". What kind of assignment are we talking about precisely? The one carried out by the ‘activations’ message?
Then, on the second part: “autoassign has to change from 0 to 1 or 1 to 0”. The helpfile is a bit confusing. The fluid.nmfmorph~ object is set with a default setting of 1 for autoassign. Then, if one follows the instructions, in (4), the message “autoassign 0” followed by “autoassign 1” keeps autoassign to 1 but passing over 0 is required for the assignment, right?
But then, in (5), we go through 3 iterations of the message: “autoassign 0, autoassign 1, autoassign 0”. Why are 3 messages required? Coming from (4), wasn’t a single ‘autoassign 0’ enough? Or is a series of 3 messages a way to ensure we reach the desired state when we don’t know the current one?
This is confusing.