help finding an object known to trigger specified outlets before others.
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.
are you looking for [trigger] ?
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.
Something like that?
or
Thanks. I used the trigger device to deliver two individual messages.