nhielost / obs-midi-mg

Allows MIDI devices to interact with OBS Studio.
GNU General Public License v2.0
156 stars 9 forks source link

[Bug report][3.0 Beta] Behringer X-Touch Mini write operations not working #111

Closed gbdlin closed 8 months ago

gbdlin commented 9 months ago

After locally fixing #100 by manually recompiling plugin, I stumbled upon another issue: there is not a single write command going through to the device. I've tried both the reverse binding type as well as triggering manually some arbitrary write by creating an action that listens for a specific note and writes back to the device some other, arbitrary change. No effect.

On version 2.3.0, arbitrary write worked fine.

nhielost commented 8 months ago

Hello!

Have you tried the newest version (v3.0.0)? If this is still an issue for you, please let me know.

gbdlin commented 8 months ago

Hi, I was trying beta3 before and still had the same issue. I can test the new release in few days and let you know if it works.

Also, if there are any specific debugging steps I can perform if it still does not work, please lmk.

gbdlin commented 8 months ago

Hi, it looks like 3.0.1 works properly now. 3.0.0 still didn't work, so any change from 3.0.0 to 3.0.1 fixed the issue