From 693932b0fb5253a7c3ef7738f42caff6e07d4036 Mon Sep 17 00:00:00 2001 From: arsamus Date: Thu, 5 May 2022 10:08: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 e66fbd9..a92b148 100644 --- a/src/performanceconfig.cpp +++ b/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);