turn the metronome into a sine
This commit is contained in:
parent
530a9bafc7
commit
e8dc1e3c8b
2 changed files with 14 additions and 12 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue