GUI: add an option for it

This commit is contained in:
tildearrow 2022-05-08 02:07:58 -05:00
parent 2c643aca4c
commit 4faa65a2e9
4 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,8 @@
bool FurnaceGUI::parseSysEx(unsigned char* data, size_t len) {
SafeReader reader(data,len);
if (!midiMap.yamahaFMResponse) return true;
try {
unsigned char isSysEx=reader.readC();
if (isSysEx!=0xf0) {