Fix bad comment.

This commit is contained in:
nick_m 2016-06-29 04:06:33 +10:00
parent 6612b73033
commit e4a163e2fa

View file

@ -506,7 +506,7 @@ MidiRegion::trim_to_internal (framepos_t position, framecnt_t length, const int3
PropertyChange what_changed;
/* beat has not been set exactly by set_position_internal.
/* beat has been set exactly by set_position_internal, but the source starts on a frame.
we have trimmed by frames, so we must ignore _beat and set start beats using frames.
*/
const double pos_beat = _session.tempo_map().beat_at_frame (position);