Geromatic / Midi-Unreal

Midi for Unreal Engine
129 stars 31 forks source link

Compatibility with low-latency drivers (WASAPI / ASIO)? #23

Open jfaz13 opened 4 years ago

jfaz13 commented 4 years ago

Hello,

This plugin has served me well in the initial stages of my project (MIDI keyboard game), but there is too much noticeable input lag for me to use in a shipping build. Is there any way to use low-latency WASAPI or ASIO?

Thanks and great job so far

Geromatic commented 3 years ago

One way is to ignore MIDI clock. I could add a option to ignore system and/or timing events. Timing events have a high data rate. so input lag is more likely to happen.

jfaz13 commented 3 years ago

hmm, have you tested the difference yet? if it's not very involved I can try comparing it, what should I look into for disabling the system/timing events?