Please see the attached patch to view a modified version that works as intended.
What I have here in my studio does not. The idea is that when line~ is done it should send a bang from the right outlet to random. Random then passes its value to route where it is filtered to one of ten outlets to retrieve a new data file to fill a coll. (Here I've left out the coll and related messages for simplicity sake).
When I use buttons to send bangs manually everything works as expected. When the bang comes from line~ it does not. I've even tried "filtering" the bang with a button before it arrives at random but no luck.
Any ideas as to why a direct bang from line~ does not work?