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

[Bug] maweb dot2 upper and lower buttons are not sending feedback #122

Open
messywrk opened this issue Oct 26, 2022 · 0 comments
Open

[Bug] maweb dot2 upper and lower buttons are not sending feedback #122

messywrk opened this issue Oct 26, 2022 · 0 comments

Comments

@messywrk
Copy link

messywrk commented Oct 26, 2022

Hi, I've fiddled around to get those upper/lower buttons working. The input is working great, but I'm not able to receive any output values.

In my example config I also tried mapping another button from the dot2 to upper/lower with the same effect. I can trigger the upper/lower from the other dot2 button, but when the upper/lower is pressed the other button does not get active.

Here is my config:

[backend winmidi]
list = on
detect = on

[backend maweb]
interval = 30

[winmidi bcf]
read = BCF2000
write = BCF2000

[maweb dot2]
host = 127.0.0.1
user = remote

[map]
bcf.ch0.cc{1..6} > dot2.page1.button{309..314}
bcf.ch0.cc{11..16} > dot2.page1.button{409..414}
bcf.ch0.cc{21..26} > dot2.page1.button{509..514}
bcf.ch0.cc{31..36} > dot2.page1.button{609..614}
bcf.ch0.cc{41..48} > dot2.page1.button{109..116}
bcf.ch0.cc{1..6} < dot2.page1.button{309..314}
bcf.ch0.cc{11..16} < dot2.page1.button{409..414}
bcf.ch0.cc{21..26} < dot2.page1.button{509..514}
bcf.ch0.cc{31..36} < dot2.page1.button{609..614}
bcf.ch0.cc{41..48} < dot2.page1.button{109..116}
bcf.ch0.cc{81..86} <> dot2.page1.fader{6..1}
bcf.ch1.cc{81..88} <> dot2.page1.fader{14..7}
bcf.ch2.cc{81..88} <> dot2.page1.fader{22..15}
bcf.ch0.cc{65..70} <> dot2.page1.upper{6..1}
bcf.ch0.cc{73..78} <> dot2.page1.lower{6..1}
bcf.ch1.cc{65..80} <> dot2.page1.upper{16..1}
dot2.page1.upper{6..1} <> dot2.page1.button{714..709}
dot2.page1.lower{6..1} <> dot2.page1.button{814..809}

Nonetheless, many thanks for this awesome piece of software!

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