Smaller range by default
This commit is contained in:
parent
5e76aed45e
commit
3eb56b4d84
4
bpm.c
4
bpm.c
|
|
@ -29,8 +29,8 @@
|
||||||
#define NAME "bpm"
|
#define NAME "bpm"
|
||||||
|
|
||||||
#define RATE 44100 /* of input data */
|
#define RATE 44100 /* of input data */
|
||||||
#define LOWER 72.0
|
#define LOWER 84.0
|
||||||
#define UPPER 168.0
|
#define UPPER 146.0
|
||||||
|
|
||||||
#define BLOCK 4096
|
#define BLOCK 4096
|
||||||
#define INTERVAL 128
|
#define INTERVAL 128
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue