Browse Source

cmVectOpsTemplateCode.h : Removed unused variable from SynthImpulse()

master
kevin 9 years ago
parent
commit
20a831e678
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vop/cmVectOpsTemplateCode.h

+ 1
- 1
vop/cmVectOpsTemplateCode.h View File

1897
   unsigned j=dn;
1897
   unsigned j=dn;
1898
   while(1)
1898
   while(1)
1899
   {
1899
   {
1900
-    double samplesPerCycle = srate / hz;
1900
+    //double samplesPerCycle = srate / hz;
1901
     
1901
     
1902
     j = round( (srate * i + phase) / hz);
1902
     j = round( (srate * i + phase) / hz);
1903
     
1903
     

Loading…
Cancel
Save