- added brackets
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@729 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -712,7 +712,9 @@ void VoiceProcessDataV_Common(voice_t *pObj, float *pOut1, float *pOut2, UINT32
|
||||
for (i=0; i < VOICE_NUM_LFO; i++)
|
||||
{
|
||||
if ((int)pObj->param[VOICE_PARAM_LFO_0_MODE+i] == VOICE_LFO_MODE_GLOBAL)
|
||||
{
|
||||
pCom->pBuf_LFO_gbl[i] = LFO_ProcessDataV(&pCom->glfo[i], len);
|
||||
}
|
||||
}
|
||||
|
||||
// Zero noise output
|
||||
|
||||
Reference in New Issue
Block a user