From c3eca31bf9376cfd2a47398512410820c80e76ba Mon Sep 17 00:00:00 2001 From: arsamus Date: Mon, 18 Jul 2022 11:44:39 -0300 Subject: [PATCH] Update performanceconfig.cpp --- src/performanceconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/performanceconfig.cpp b/src/performanceconfig.cpp index f42d5cc..7249003 100644 --- a/src/performanceconfig.cpp +++ b/src/performanceconfig.cpp @@ -127,7 +127,7 @@ bool CPerformanceConfig::Load (void) m_nModulationWheelRange[nTG] = m_Properties.GetNumber (PropertyName, 99); PropertyName.Format ("ModulationWheelTarget%u", nTG+1); - m_nModulationWheelTarget[nTG] = m_Properties.GetNumber (PropertyName, 7); + m_nModulationWheelTarget[nTG] = m_Properties.GetNumber (PropertyName, 1); PropertyName.Format ("FootControlRange%u", nTG+1); m_nFootControlRange[nTG] = m_Properties.GetNumber (PropertyName, 99);