Router-object

Crux's icon

So im playing around with this object, and i started trying to think of ways to clear if i want it to change alot of routings at once but dont want to have to make alot of disconnect-messages..can i make max..do one action..just before it does anything else..like prioritize something?

you see im making alot of connections with it..then switching to different ones..but if i dont clear it in the middle i still have the previous ones..can i make it so..it clears between the different connection sets somehow?

Crux's icon

maybe i could use a very small bang-delay?

Crux's icon

hah, that worked..guess it was a stupid guestion, but maybe there is some better way though?^^

FriFlo's icon

better is to use the trigger object: new object > trigger l b
So, the list you wanna route first send out a bang, that causes, whatever you want and then sends the list. This is basically like a delay, but the computer delays only by the time it needs to process the bang and the following action.

Crux's icon

Aaah, awesome just what i was looking for thanks!