Smaller range by default

This commit is contained in:
Mark Hills 2011-12-18 19:27:28 +00:00
parent 5e76aed45e
commit 3eb56b4d84
1 changed files with 2 additions and 2 deletions

4
bpm.c
View File

@ -29,8 +29,8 @@
#define NAME "bpm"
#define RATE 44100 /* of input data */
#define LOWER 72.0
#define UPPER 168.0
#define LOWER 84.0
#define UPPER 146.0
#define BLOCK 4096
#define INTERVAL 128