help finding an object known to trigger specified outlets before others.

DJF's icon

I would like a [1] and [0] message to be delivered to a switch at the same time, via a single bang triggered by the enter key, however, I would like the [0] message to be delivered last - rendering the switch in its 'off' position. I would then like a counter to deliver a bang to that same [1] message at a specified time - causing the switch to turn on again.

Could anyone suggest an appropriate object which is known to ouput information from its outlets in a certain order - based on its inlets.

ch's icon

are you looking for [trigger] ?

DJF's icon

I just have a [0] and [1] going into the same object and would like the [1] to be delivered first. If put these both into a trigger will the right outlet be the one that gets dilivered first? Also, with the trigger object I couldn't figure out whether to use t i i or t s s etc.

Ploki's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Something like that?

brendan mccloskey's icon
brendan mccloskey's icon

or

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

DJF's icon

Thanks. I used the trigger device to deliver two individual messages.