renaming multiple channel

I have a list of data coming from the kinect and I need to send this information as controller values via midi. So I need to format this list properly to match the channel and the controller number.
The midi channel is always the same (1) but how do I get the channel index so I can use it as the controller number?

For example:

p1/hip:tx should be renamed to ch1c1
p1/hip:ty should be renamed to ch1c2
p1/hip:ty should be renamed to ch1c3
etc

Thanks!

Rename CHOP, from parameter set to * , to parameter set to ch1c[1-3] I believe should work.

Indeed, that works! Thanks a lot!!