summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/beats_frames_converter.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-08-31 03:22:10 +1000
committernick_m <mainsbridge@gmail.com>2016-08-31 23:12:11 +1000
commit15045a22288697c622250cdef1fc268dcbefc239 (patch)
tree27241d53055d5adabd618b3f977886fb1fe68dd6 /libs/ardour/ardour/beats_frames_converter.h
parent395183ee7b51da12a77cf232db260435c0adb2c7 (diff)
BeatsFramesConverter uses quarter-note 'beat' position.
Diffstat (limited to 'libs/ardour/ardour/beats_frames_converter.h')
-rw-r--r--libs/ardour/ardour/beats_frames_converter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/beats_frames_converter.h b/libs/ardour/ardour/beats_frames_converter.h
index 4b7169bfe7..f0cd73dc6a 100644
--- a/libs/ardour/ardour/beats_frames_converter.h
+++ b/libs/ardour/ardour/beats_frames_converter.h
@@ -32,7 +32,7 @@ namespace ARDOUR {
class TempoMap;
-/** Converter between beats and frames. Takes distances in beats or frames
+/** Converter between quarter-note beats and frames. Takes distances in quarter-note beats or frames
* from some origin (supplied to the constructor in frames), and converts
* them to the opposite unit, taking tempo changes into account.
*/
@@ -51,7 +51,7 @@ private:
TempoMap& _tempo_map;
};
-/** Converter between beats and frames. Takes distances in beats or frames
+/** Converter between quarter-note beats and frames. Takes distances in quarter-note beats or frames
* from some origin (supplied to the constructor in frames), and converts
* them to the opposite unit, taking tempo changes into account.
*/