Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display Support for MCU XT / Behringer X-Touch Extender #584

Closed
RattlesnakeLodge opened this issue May 27, 2022 · 2 comments
Closed

Display Support for MCU XT / Behringer X-Touch Extender #584

RattlesnakeLodge opened this issue May 27, 2022 · 2 comments
Labels
easy Would be quite easy to implement enhancement New feature or request high priority realearn Related to ReaLearn

Comments

@RattlesnakeLodge
Copy link

RattlesnakeLodge commented May 27, 2022

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!

@helgoboss helgoboss added the enhancement New feature or request label Jun 8, 2022
@helgoboss
Copy link
Owner

Thanks for the info. Good to know. I think I could add that without much effort.

@RattlesnakeLodge
Copy link
Author

Awesome, this is much appreciated! Your take on MIDI controllers and control surfaces is my favorite so far. I've used CSI, Klinke, DrivenbyMoss, etc. They all have certain things they do better than the others, but they all have one or more critical shortcomings. Your total customization approach is the way to go!

Vielen Dank!

@helgoboss helgoboss added high priority easy Would be quite easy to implement labels Jun 11, 2022
helgoboss added a commit that referenced this issue Jun 12, 2022
@helgoboss helgoboss added the realearn Related to ReaLearn label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Would be quite easy to implement enhancement New feature or request high priority realearn Related to ReaLearn
Projects
None yet
Development

No branches or pull requests

2 participants