Fix comments.
authorCarl Hetherington <carl@carlh.net>
Mon, 12 Mar 2012 00:29:44 +0000 (00:29 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 12 Mar 2012 00:29:44 +0000 (00:29 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11645 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/midi_region_view.h

index 120d571725f10ca7440a5f8445e9cfeb1eb819f1..e34c80de445882dcf50d08c485b1d3940a4bae45 100644 (file)
@@ -253,13 +253,13 @@ public:
         */
        framepos_t snap_pixel_to_frame(double x);
 
-       /** Convert a timestamp in beats into frames (both relative to region start) */
+       /** Convert a timestamp in beats into frames (both relative to region position) */
        framepos_t region_beats_to_region_frames(double beats) const;
        /** Convert a timestamp in beats into absolute frames */
        framepos_t region_beats_to_absolute_frames(double beats) const {
                return _region->position() + region_beats_to_region_frames (beats);
        }
-       /** Convert a timestamp in frames to beats (both relative to region start) */
+       /** Convert a timestamp in frames to beats (both relative to region position) */
        double region_frames_to_region_beats(framepos_t) const;
 
        /** Convert a timestamp in beats measured from source start into absolute frames */