more debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@8915 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2c124b6587
commit
7268bdb132
@ -61,6 +61,7 @@
|
||||
#include "evoral/Parameter.hpp"
|
||||
|
||||
#include "ardour_ui.h"
|
||||
#include "debug.h"
|
||||
#include "global_signals.h"
|
||||
#include "route_time_axis.h"
|
||||
#include "automation_time_axis.h"
|
||||
@ -1396,8 +1397,11 @@ RouteTimeAxisView::paste (framepos_t pos, float times, Selection& selection, siz
|
||||
return false;
|
||||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::CutNPaste, string_compose ("paste to %1\n", pos));
|
||||
|
||||
if (track()->speed() != 1.0f) {
|
||||
pos = session_frame_to_track_frame (pos, track()->speed());
|
||||
DEBUG_TRACE (DEBUG::CutNPaste, string_compose ("modified paste to %1\n", pos));
|
||||
}
|
||||
|
||||
pl->clear_changes ();
|
||||
|
Loading…
Reference in New Issue
Block a user