Update performanceconfig.cpp

pull/267/head
arsamus 3 years ago committed by GitHub
parent 05e7185ad3
commit c3eca31bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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);

Loading…
Cancel
Save