lebaston100
lebaston100
This is actually already on the todo list.
That's something not yet possible. But with the last commit https://github.com/lebaston100/MIDItoOBS/commit/ba1495aff35980616e27f177b2ac891085232372 i added some basic support into the config. It's definitely something on my todo list.
Currently that is intended behaviour. But i want to change that in the future. It's the same base problem as this one: https://github.com/lebaston100/MIDItoOBS/issues/24 If you want to use the toggle...
Implementation is the easy part here, the thing i'm worried about is UX. Because for the controllers that use "note_on" and "note_off" you get a "double" even which could confuse...
yea, the information is now here if someone needs it. I'll think about how to aproach that because it's the same for the value in control_change messages.
Your controller seems to send control_change messages, not note_on or note_off. If you use the most recent setup.py from github there will also be a value named msgVoV that is...
Try something in that direction instead. I've not tested in but in theory it should check if the msgVoV matches the current input value so it doesn't trigger the same...
This is planned and on the to-do list, but on the very bottom because i don't have the hardware to develop with.
In theory obs-websocket has a request for that, but that would require a lot of implementation on my side. Also not sure how to handle that for the setup. Personally...
Feel free to create a pr or just make a fork and link it here.