diff options
Diffstat (limited to 'sms/sineSynth.c')
-rw-r--r-- | sms/sineSynth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sms/sineSynth.c b/sms/sineSynth.c index aaca41d..58768bd 100644 --- a/sms/sineSynth.c +++ b/sms/sineSynth.c @@ -59,7 +59,7 @@ static void SinePhaSynth (sfloat fFreq, sfloat fMag, sfloat fPhase, (pLastFrame->pFSinFreq[iTrack] * sizeBuffer); fPhase = fTmp - floor(fTmp / TWO_PI) * TWO_PI; } - + /* caculate the instantaneous amplitude */ fMagIncr = (fMag - pLastFrame->pFSinAmp[iTrack]) / sizeBuffer; fInstMag = pLastFrame->pFSinAmp[iTrack]; |