midimonster
midimonster copied to clipboard
[Bug] maweb dot2 upper and lower buttons are not sending feedback
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!