turn the metronome into a sine

This commit is contained in:
tildearrow 2022-01-04 00:29:59 -05:00
parent 530a9bafc7
commit e8dc1e3c8b
2 changed files with 14 additions and 12 deletions

View file

@ -139,7 +139,7 @@ class DivEngine {
short* bbOut[3];
unsigned char* metroTick;
size_t metroTickLen;
int metroPeriod, metroPos;
float metroFreq, metroPos;
float metroAmp;
size_t totalProcessed;
@ -425,7 +425,7 @@ class DivEngine {
prevSample{0,0},
metroTick(NULL),
metroTickLen(0),
metroPeriod(0),
metroFreq(0),
metroPos(0),
metroAmp(0.0f),
totalProcessed(0),