Ok, I'm plugging along but there are a few things that strike me as odd....
1. There is an option for:
Out fam(Player)[0x1].KeyLockOutput (Logic)
But I don't see a way to turn it on/off. The lights on the Xponent report it as on.
2. The Xponent takes a value of 0x01 to 0x7f on each of the channel meter LED's. I see the:
Out fam(Mixer).ChannelAMeter (Normal)
Out fam(Mixer).ChannelAMeterLeft (Normal)
Out fam(Mixer).ChannelAMeterRight (Normal)
as well as the:
Out fam(Mixer).MasterMeter (Normal)
Out fam(Mixer).MasterMeterLeft (Normal)
Out fam(Mixer).MasterMeterRight (Normal)
But I'm having some issues getting them to output a value of some kind.
Here's the XML I'm using (and yes the 'value' is missing but it would change with the levels - maybe I'm just XML impaired here):
<!-- Meters Player 1/2 -->
<mapping>
<control alias="fam(Mixer).MasterMeterLeft"/>
<MIDI type="CC" parameter="0x10" channel="0x04"/>
</mapping>
<mapping>
<control alias="fam(Mixer).MasterMeterRight"/>
<MIDI type="CC" parameter="0x11" channel="0x04"/>
</mapping>
3. Is there a function to determine how far you are through a song? There are LEDs that run horizontally and right now I'm flashing them to the tempo of the music, but I'd like to make them come up as the song plays. Again, it's a value of 0-127 (0x0-0x7f) that it displays, but I didn't see anything that would allow an output like this.
4. How can I use the modifiers? In other words a button performs an action but if I press another button first it does something else. I found where I can specify the buttons that do something else, but I didn't see how that logic would have been written out in the XML file. I might just have to dig into the files some more... but I was hoping for a little clue on this one.
I've attached the mapping file, but it's not complete. If you want to see what I've done thus far you check it out. Still have a LONG way to go.

You do not have the required permissions to view the files attached to this post.