We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f9361 commit fed51aaCopy full SHA for fed51aa
fm/fmm.h
@@ -68,7 +68,6 @@ class fmmAlg : public VAlgorithm
68
float ccRatio; // ratio between op1's and op2's carrier freqs.
69
float ccModIndex;
70
float ccModIndOPhs;
71
- float last12ModVal; // modulator feedback signal: last modulator output value
72
filter dcBlock1;
73
filter dcBlock2;
74
filter lopass;
fm/fmmAlg.c++
@@ -10,8 +10,7 @@ fmmAlg::fmmAlg() :
10
VAlgorithm(),
11
ccRatio(1.),
12
ccModIndex(1.),
13
- ccModIndOPhs(0.),
14
- last12ModVal(1.)
+ ccModIndOPhs(0.0)
15
{
16
if (flagFMMsintab == 0) InitFMMsintab();
17
0 commit comments