right to left order
Quite an important concept to understand in terms of updating values and triggering things!
Max works from top to bottom, but also from right to left. So in the example below, if you change the right hand number input from 18 to another number what happens? First the new value will go into the + node, THEN it will hit the bang node that then triggers the + to do it's thing.
Comments
Post a Comment