diff --git a/src/config.cpp b/src/config.cpp index 526d8ad..bb65840 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -82,7 +82,7 @@ void CConfig::Load (void) m_bMIDIRXProgramChange = m_Properties.GetNumber ("MIDIRXProgramChange", 1) != 0; m_bIgnoreAllNotesOff = m_Properties.GetNumber ("IgnoreAllNotesOff", 0) != 0; - m_bMIDIAutoVoiceDumpOnPC = m_Properties.GetNumber ("MIDIAutoVoiceDumpOnPC", 1) != 0; + m_bMIDIAutoVoiceDumpOnPC = m_Properties.GetNumber ("MIDIAutoVoiceDumpOnPC", 0) != 0; m_bHeaderlessSysExVoices = m_Properties.GetNumber ("HeaderlessSysExVoices", 0) != 0; m_bExpandPCAcrossBanks = m_Properties.GetNumber ("ExpandPCAcrossBanks", 1) != 0; diff --git a/src/config.h b/src/config.h index f83c177..55c038e 100644 --- a/src/config.h +++ b/src/config.h @@ -80,7 +80,7 @@ public: const char *GetMIDIThruOut (void) const; // "" if not specified bool GetMIDIRXProgramChange (void) const; // true if not specified bool GetIgnoreAllNotesOff (void) const; - bool GetMIDIAutoVoiceDumpOnPC (void) const; // true if not specified + bool GetMIDIAutoVoiceDumpOnPC (void) const; // false if not specified bool GetHeaderlessSysExVoices (void) const; // false if not specified bool GetExpandPCAcrossBanks (void) const; // true if not specified diff --git a/src/minidexed.ini b/src/minidexed.ini index cd5ea1a..84d76ac 100644 --- a/src/minidexed.ini +++ b/src/minidexed.ini @@ -17,7 +17,7 @@ EngineType=1 MIDIBaudRate=31250 #MIDIThru=umidi1,ttyS1 IgnoreAllNotesOff=0 -MIDIAutoVoiceDumpOnPC=1 +MIDIAutoVoiceDumpOnPC=0 HeaderlessSysExVoices=0 # Program Change enable # 0 = Ignore all Program Change messages.