summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-03-31 03:53:21 +1100
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:13 +1000
commitbc44f9bcafb426a21ee1c245e0290e973273fdb1 (patch)
tree2eaccc78423893884db1f1c8d0fdeaa59b3046b2
parentc2705363cfccdd92cd1c631a4b91997dde952da3 (diff)
Rampo Temps - remove nonsense.
-rw-r--r--libs/ardour/tempo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc
index 45c26b8c36..f47780b311 100644
--- a/libs/ardour/tempo.cc
+++ b/libs/ardour/tempo.cc
@@ -2277,7 +2277,7 @@ TempoMap::solve_map (Metrics& imaginary, MeterSection* section, const Meter& mt,
here we set the beat for this frame.
we're going to set it 'incorrectly' to the next integer and use this difference
to find the meter's pulse later.
- (meters should fall on absolute beats to keep us sane)
+ (meters should fall on integral beats to keep us sane)
*/
double pulse = 0.0;
pair<double, BBT_Time> b_bbt;