Set argument for [route]

sono's icon

Hi,

I'm looking for a way to use a list in coll for multiple b-patchers.

I have a patch with 12 b-patchers (one original) with multisliders in them. Via arguments each multislider gets its own task.

What i want to do is to make a score in one single list for all the b-patchers/multisliders.

For example:
multislider 1 controls the gain, mslider2 the Q and mslider 3 the frequency

I thought off the next:

list:
listindex+variable, var var var

1gain, 4 5 2;
1Q, 3 8 9;
2gain, 2 3 8;
2freq, 7 7 4;
3Q, 2 9 8;
3freq, 7 8 9;
etc..

But for this case its needed to set the argument of route, so i can set de route for each b-patcher seperatly via an argument. 1gain, 2gain, 3gain etc... but it doenst seem possible to set the argument of route.

is there another way to accomplish the same?

thanks,

poul