Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/43c0cd3dd6d0efba8d14d690e7cbb96455f69e14?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Comment out "MIDI message is shorter than 2 bytes!"

Closes https://github.com/probonopd/MiniDexed/issues/437
pull/405/merge
probonopd 2 years ago committed by GitHub
parent 85d36a875b
commit 43c0cd3dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/mididevice.cpp

@ -164,7 +164,7 @@ void CMIDIDevice::MIDIMessageHandler (const u8 *pMessage, size_t nLength, unsign
if (nLength < 2) if (nLength < 2)
{ {
LOGERR("MIDI message is shorter than 2 bytes!"); // LOGERR("MIDI message is shorter than 2 bytes!");
return; return;
} }

Loading…
Cancel
Save