cbdevnet / midimonster

Multi-protocol control & translation software (ArtNet, MIDI, OSC, sACN, ...)
https://midimonster.net/
BSD 2-Clause "Simplified" License
500 stars 48 forks source link

[Bug] maweb with dot2 command keys doesn't work #113

Open TheGreyDiamond opened 2 years ago

TheGreyDiamond commented 2 years ago

I've tried using MA dot2 with Midimonster. Executers and Faders work, other buttons like OOPS, SELECT and CLEAR do not work though. I'm using version midimonster-v0.6-38-g811592c (Windows) with MA dot2 V1.9.0.1. This setup works with grandMA 2 onPC. I've tried every available cmdline mode. This is my config:

[backend maweb]
interval = 75
quiet = 1

[backend winmidi]
list = on
detect = on

[maweb con]
host = 192.168.178.77 80
; user = midimonster ; only used for grandMa
cmdline = console

[winmidi streamdeck]
read = 4

[map]
streamdeck.ch0.note1 > con.TOOLS
streamdeck.ch0.note2 > con.BACKUP
streamdeck.ch0.note3 > con.CLEAR
streamdeck.ch0.note4 > con.SETUP

Any idea why?

joshuabloemer commented 2 years ago

I've encountered the same issue with dot2 onPc

cbdevnet commented 2 years ago

Hi @TheGreyDiamond, sorry for my late reaction, I did not have a lot of time for open source work the last month.

I'll try to look into this on the weekend and I will get back to you :)

joshuabloemer commented 1 year ago

Any updates on this issue?