summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-03-25 11:23:45 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-25 11:23:45 -0600
commit04aebc920e1baebeaf8e623477d45e5afdb94898 (patch)
tree67d1e49352a17c6f0ab1872e16d48385a1f6c76a
parent41ff788a76e04001e9d356c37a050202bbc8c3ac (diff)
more playhead-drag/click locate debugging
-rw-r--r--gtk2_ardour/editor_mouse.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 7c17228313..2af7bdbb29 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -179,6 +179,8 @@ Editor::canvas_event_sample (GdkEvent const * event, double* pcx, double* pcy) c
return 0;
}
+ cerr << "Event coords " << x << ", " << y << " zoom = " << samples_per_pixel << " loc = " << pixel_to_sample_from_event (x) << endl;
+
if (pcx) {
*pcx = x;
}