From e03e7011db42054c46e37f04213c75a02fda64e1 Mon Sep 17 00:00:00 2001 From: diyelectromusic <68612569+diyelectromusic@users.noreply.github.com> Date: Sat, 1 Apr 2023 14:36:34 +0100 Subject: [PATCH] Fix for Issue #459 Added config option for headerless SysEx voice banks. --- src/minidexed.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/src/minidexed.ini b/src/minidexed.ini index bb3edd7..2f5ce5b 100644 --- a/src/minidexed.ini +++ b/src/minidexed.ini @@ -17,6 +17,7 @@ MIDIBaudRate=31250 MIDIRXProgramChange=1 IgnoreAllNotesOff=0 MIDIAutoVoiceDumpOnPC=1 +HeaderlessSysExVoices=0 # HD44780 LCD LCDEnabled=1