Hey!
Trying to code a filter here, where the order of execution is very important. Actually I want to process the code in the object NOT in the right order. But it seems like I cant get it right. See picture:
The first line named GOOOD processes the math/+ before everything else......... and this sound best for this occasion, so this is what I am trying to do.
The second line BAAAAD has "right" order of execution, but it doesnt sound as good.
Question is, how do I make sure the code ins processed in the right sequence, with the math/+ being processed first? I tried a few times but I think I dont understand order of execution in code yet. I made an example patch and my test object is included, if someone wouldn't mind taking a look at, I would appreciate it.
Jaffa
ORDER OF EXECUTION 1.axp (11.4 KB)