Applydeepif: guaranteed retrieval order?
Neil Baldwin
Apr 26 2023 | 6:24 am
As per the title really: when using applydeepif() in a patcher to recursively retrieve nested objects in subpatchers, can you be sure of the retrieval order? For example if several objects of the same name were fetched (multiple instances of the same bpatcher contained in a subpatch), could you read/write to those objects in JS in the numerical order they were fetched and be sure you're reading/writing to the correct object?
If not, how does Max/JS handle (same) named objects inside multiple instances of the same bpatcher?