// m_pTG[nTG]->setPortamentoMode (nValue); // uncoment and comment following in news version of dexed
m_pTG[nTG]->setPortamentoMode(nValue); // uncoment and comment following in news version of dexed
m_pTG[nTG]->setPortamentoMode(nValue,m_nPortamentoGlissando[nTG],m_nPortamentoTime[nTG]); // Compile error due to new implementation in Dexed, uncoment above and coment this
//m_pTG[nTG]->setPortamentoMode (nValue, m_nPortamentoGlissando[nTG], m_nPortamentoTime[nTG]); // Compile error due to new implementation in Dexed, uncoment above and coment this
// m_pTG[nTG]->setPortamentoGlissando (nValue); // uncoment and comment following in news version of dexed
m_pTG[nTG]->setPortamentoGlissando(nValue); // uncoment and comment following in news version of dexed
m_pTG[nTG]->setPortamentoMode(m_nPortamentoMode[nTG],nValue,m_nPortamentoTime[nTG]); // Compile error due to new implementation in Dexed, uncoment above and coment this
//m_pTG[nTG]->setPortamentoMode (m_nPortamentoMode[nTG], nValue, m_nPortamentoTime[nTG]); // Compile error due to new implementation in Dexed, uncoment above and coment this
// m_pTG[nTG]->setPortamentoTime (nValue); // uncoment and comment following in news version of dexed
m_pTG[nTG]->setPortamentoTime(nValue); // uncoment and comment following in news version of dexed
m_pTG[nTG]->setPortamentoMode(m_nPortamentoMode[nTG],m_nPortamentoGlissando[nTG],nValue); // Compile error due to new implementation in Dexed, uncoment above and coment this
//m_pTG[nTG]->setPortamentoMode (m_nPortamentoMode[nTG], m_nPortamentoGlissando[nTG], nValue); // Compile error due to new implementation in Dexed, uncoment above and coment this