No beats
This commit is contained in:
parent
4f4a3018f5
commit
566802d884
2
bpm.c
2
bpm.c
|
|
@ -64,7 +64,7 @@ double autodifference(float nrg[], size_t len, double interval)
|
|||
size_t n;
|
||||
double mid, v, diff;
|
||||
static const double beats[] = { -32, -16, -8, -4, -2, -1, 1, 2, 4, 8, 16, 32 },
|
||||
nobeats[] = { -0.5, -0.5, 0.5, 0.5 };
|
||||
nobeats[] = { -0.5, -0.25, 0.25, 0.5 };
|
||||
|
||||
mid = drand() * len;
|
||||
v = sample(nrg, len, mid);
|
||||
|
|
|
|||
Loading…
Reference in New Issue