Expand to two decimals.
The reason is due to BPMSegments and their storing of BPS rather than BPM.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "TimingSegments.h"
|
||||
#include "EnumHelper.h"
|
||||
|
||||
const double TimingSegment::EPSILON = 1e-4;
|
||||
const double TimingSegment::EPSILON = 1e-6;
|
||||
|
||||
static const char *TimingSegmentTypeNames[] = {
|
||||
"BPM",
|
||||
|
||||
Reference in New Issue
Block a user