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

X Touch Mini Button IDs #29

Open
Omenclassic opened this issue Jan 28, 2024 · 0 comments
Open

X Touch Mini Button IDs #29

Omenclassic opened this issue Jan 28, 2024 · 0 comments

Comments

@Omenclassic
Copy link

Omenclassic commented Jan 28, 2024

The X Touch Mini's default midi input IDs are:

Axis: 186
Button On:154
Button Off:138

I expected to be able to add these values to this variable and define them in the config to just work out of box, it does not:

.# Slider or Pitchbend keys(m_types)
sliders = {176, 224, 186}

.# Buttons with different On/Off keys(m_types)
btns = {144, 128, 153, 137, 154, 138}

You can set the channel to 1 in the Xtouch Midi editor, and the slider and dials will then use 176, but the buttons are still a novel value currently not programmed for.

What needs to change in the rest of the code for it to see custom values added to that variable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant