Update performanceconfig.cpp

pull/206/head
arsamus 3 years ago committed by GitHub
parent d74da5b79f
commit 693932b0fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/performanceconfig.cpp

@ -106,7 +106,7 @@ bool CPerformanceConfig::Load (void)
m_nPitchBenderStep[nTG] = m_Properties.GetNumber (PropertyName, 0);
PropertyName.Format ("PortamentoMode%u", nTG+1);
m_nPitchPortamentoMode[nTG] = m_Properties.GetNumber (PropertyName, 0);
m_nPortamentoMode[nTG] = m_Properties.GetNumber (PropertyName, 0);
PropertyName.Format ("PortamentoGlissando%u", nTG+1);
m_nPortamentoGlissando[nTG] = m_Properties.GetNumber (PropertyName, 0);

Loading…
Cancel
Save