Scheduling Question

leaozinho's icon

I have a patch with several subpatchers that get values from the patch's top level via the [value] object. Because of a misunderstanding about scheduling, my patch is messed up because the subpatcher [value] objects get the values before the values are even reported to the original top-level [value] objects. Does anyone have a workaround or solution to this?

Jean-Francois Charles's icon

Most important object in Max: [trigger], also known as [t].

leaozinho's icon

Sorry for not including this the first time around. This is an example of my problem: I'd like the subpatcher [print] to only print after the top-level [print].

Max Patch
Copy patch and select New From Clipboard in Max.

Jean-Francois Charles's icon

Use [trigger] when you want one thing done before another.

Max Patch
Copy patch and select New From Clipboard in Max.