mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
Changed min detected bpm to 29
This commit is contained in:
parent
f04021bb96
commit
67e75873e3
@ -61,7 +61,7 @@
|
|||||||
#include "FIFOSampleBuffer.h"
|
#include "FIFOSampleBuffer.h"
|
||||||
|
|
||||||
/// Minimum allowed BPM rate. Used to restrict accepted result above a reasonable limit.
|
/// Minimum allowed BPM rate. Used to restrict accepted result above a reasonable limit.
|
||||||
#define MIN_BPM 45
|
#define MIN_BPM 29
|
||||||
|
|
||||||
/// Maximum allowed BPM rate. Used to restrict accepted result below a reasonable limit.
|
/// Maximum allowed BPM rate. Used to restrict accepted result below a reasonable limit.
|
||||||
#define MAX_BPM 230
|
#define MAX_BPM 230
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user