@zeropoint,
I haven’t my iCM2+ here with me so I can’t be sure but I guess that after connecting the iCM2 to the iOS device, in Lemur you’ll have 4 new Targets to assign to the MIDI Targets “From:” and “To:”. The 2 MIDI dims plus the two USB connectors.
To get your template updated you should set Target 00 on lemur to the iCM2+ MIDI dim you have your OT connected, then on the template probably all objects will be set to Target 00 so it should be working. If not you should check if control objects are assigned to Target 00
Also to get a CC from the OT transform it and send it to the A4 you could proceed as follows.
You can assign a total of 8 Targets to Lemur so assign Target 00 to the iCM2+ MIDI Dim where the OT is connected, then Target 01 to the iCM2+ MIDI Dim where the A4 is connected.
You can create two controls objects and attach one of them to Target 00 CCXX Chan XX and the second control object to Target 01 CCXX Chan XX, then link both control objects X property (here is where the CC actual value is hold) and in the process we can add some mathematical functions conditions etc to process CC value.
In this way the chosen CC coming from the OT is converted, “processed” and sent to the A4.
This way is bidirectional so I guess it will be easier to implement some kind of Learn Mode so you can use the actual A4 knobs to assign a parameter and or value to a virtual scene in the same way you do with OT parameters.
Other way will be using script on single objects. With a couple of lines you can get a CC from a target convert its value and send it to another target.
You asked about to
As I said this is just theory but I have a good feeling about this.
I’ll get my hands dirty as soon as I return home.
Keep you posted.
PS. And if all this doesn’t work I’ll construct a “MIDI Scene box” with Arduino based. I already did some native MIDI talking appliances based on Arduino and so far so good.