Display Support for MCU XT / Behringer X-Touch Extender #584
Labels
easy
Would be quite easy to implement
enhancement
New feature or request
high priority
realearn
Related to ReaLearn
Hi,
Mackie Display support works perfectly with the Behringer X-Touch Universal! Is there a way to also support LCD Displays for the Behringer X-Touch Extender or other MCU Extender devices? Same 8-channel, line1/line 2 text display as Mackie.
I'm no software developer, but doing a little digging into your source code, and other sources of info for Mackie sysex strings, this looks like a fairly simple addition to the existing Mackie support.
The "mackie_lcd_sysex" constant is already correct for extender support. The "model_ID" variable is the key. In your code defining "MackieLCD", the "model_ID" is defined as "0x14".
To provide Mackie extender support, the model ID for a hypothetical "MackieXTLCD" would need to be defined as "0x15"
Thanks in advance!
The text was updated successfully, but these errors were encountered: