cmVectOpsTemplateCode.h : Removed unused variable from SynthImpulse()
This commit is contained in:
parent
65452c0d40
commit
20a831e678
@ -1897,7 +1897,7 @@ unsigned VECT_OP_FUNC(SynthImpulse)( VECT_OP_TYPE* dbp, unsigned dn, unsi
|
|||||||
unsigned j=dn;
|
unsigned j=dn;
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
double samplesPerCycle = srate / hz;
|
//double samplesPerCycle = srate / hz;
|
||||||
|
|
||||||
j = round( (srate * i + phase) / hz);
|
j = round( (srate * i + phase) / hz);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user