From b8a572b2d2be346bcfa0104794fba1d2094b03f3 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 16 Aug 2020 09:32:31 +0000 Subject: [PATCH] - added brackets git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@729 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- Source/synth/voice.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/synth/voice.c b/Source/synth/voice.c index 1b39b34..066f61f 100644 --- a/Source/synth/voice.c +++ b/Source/synth/voice.c @@ -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