|
|
@ -1014,7 +1014,7 @@ int CMiniDexed::GetTGFXParameter (unsigned Parameter, unsigned nTG, unsigned nFX |
|
|
|
assert (nTG < CConfig::ToneGenerators); |
|
|
|
assert (nTG < CConfig::ToneGenerators); |
|
|
|
assert (m_InsertFX[nTG]->getId() == nFXType); |
|
|
|
assert (m_InsertFX[nTG]->getId() == nFXType); |
|
|
|
|
|
|
|
|
|
|
|
return m_InsertFX[nTG]->getParameter(Parameter);; |
|
|
|
return m_InsertFX[nTG]->getParameter(Parameter); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void CMiniDexed::SetVoiceParameter (uint8_t uchOffset, uint8_t uchValue, unsigned nOP, unsigned nTG) |
|
|
|
void CMiniDexed::SetVoiceParameter (uint8_t uchOffset, uint8_t uchValue, unsigned nOP, unsigned nTG) |
|
|
|