Expand to two decimals.

The reason is due to BPMSegments and their storing of BPS rather than BPM.
This commit is contained in:
Jason Felds
2013-01-06 21:12:28 -05:00
parent 15b99c5b41
commit 7bc9295508
+1 -1
View File
@@ -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",