-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Bug] maweb dot2 some Button exectuors don't output any values #114
Comments
Hi @joshuabloemer, |
Faders 1-9 are already mapped but to a different Lua instance, I will try mapping them to the same instance |
Mapping the faders did not work, however mapping buttons 600 to 801 (either to the same or a different instance) did work ...
|
Apparently this only works if buttons 508 to 501 are not mapped but does if buttons 408 to 401 are mapped instead, I think this needs some more testing |
I don't know if I should create a new issue or not since it seems related:
|
Mappings to page 2 also seem to contribute to that issue, if only one fader one page 2 is mapped no faders on page 1 or 2 output values, if 2 or more faders on page 2 and page 1 are mapped all of those start outputting values. This mapping works
But this doesn't
|
Adding debug.1 > ma.page1.button{316..309} to the first config mentioned in my last comment breaks outputs from page two faders but still keeps outputs from page 1 faders. Adding the same mapping to page 2 doesn't change anyting. |
Adding ma.page1.button{600..801} > debug.2 or ma.page1.button{600..801} < debug.2 also breaks page 2 faders and doesn't give any outputs from ma on the buttons mapped |
The only useful piece of information I found so far is that it doesn't seems like it matters which direction the faders/buttons are mapped. If something breaks of fixes outputs it does so regardless if it's mapped from or to dot2 |
It seems like mapping any button after button 100 on page one causes everything on any other page to not output anything |
In the maweb backend source code the number 100 is mentioned a couple of times, might this have something to do with that? I don't really understand the code enough to see what's going on |
Hi @joshuabloemer, thanks for your interest and effort in investigating this! I'll try to look into this on the Weekend and will get back to you as soon as I have some ideas :) |
I've managed to get a working setup for my requirements by moving everything to page 2. That still doesn't solve the issues but faders 1 to 9 are working on page 1 now, but none of the buttons |
When mapping the following dot2 onPc button executors with midimonster no values are sent.
(B-wing 1)
508 to 501
608 to 601
708 to 701
808 to 801
(B-wing 2)
616 to 609
716 to 709
816 to 809
all other executors seem to be working
Below is my config
The text was updated successfully, but these errors were encountered: