How to work with multple channels

djdrjay

2006-06-02 02:54:48

Hi,

I have channels 1 to 6 all sending CC110 messages

I want channel 1 C110 to copy to C111
2 C110 C112
3 C110 C113

etc ...

B0 6D oo
B0 6E oo

works on channel 1, how do I get something for channel 2?

J

florian

2006-06-02 09:45:25

Currently, MT cannot manipulate channels directly. So you have to manually set up translators for each channel (e.g. with the Duplicate function).

B0 6D oo -> B0 6E oo
B1 6D oo -> B1 6E oo
B2 6D oo -> B2 6E oo
B3 6D oo -> B3 6E oo
B4 6D oo -> B4 6E oo
B5 6D oo -> B5 6E oo

Of course this is quite clumsy, and the next version should have a solution for this.
The "Pro" version (currently in development) will feature simple mathematical rules, with which you could do your task easier.

Florian

djdrjay

2006-06-02 10:36:51

Thanks,

I figures that out myself at 04:00 am but was too tired to remove my request. Anyway, if I get this to work I will buy the software and also very interested in the math + pro version.

J.