mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Fix bad comment.
This commit is contained in:
parent
6612b73033
commit
e4a163e2fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue