summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-22 21:55:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-22 21:55:25 +0000
commit2daa616e02aeaf40d898b0c61e4993c3952235e5 (patch)
tree0790c4f8898b8fd047f8bf951973203b518373ce /gtk2_ardour/audio_time_axis.cc
parent7b8a76de25e55a585b0f4375c155aa0c2ad98da2 (diff)
add scroll event handling to the vbap panner GUI; clamp vbap pos+width values (but not via clamp_*())
git-svn-id: svn://localhost/ardour2/branches/3.0@8932 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_time_axis.cc')
-rw-r--r--gtk2_ardour/audio_time_axis.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc
index c516985671..f43d3739cc 100644
--- a/gtk2_ardour/audio_time_axis.cc
+++ b/gtk2_ardour/audio_time_axis.cc
@@ -225,8 +225,6 @@ AudioTimeAxisView::ensure_pan_views (bool show)
set<Evoral::Parameter> params = _route->panner()->what_can_be_automated();
set<Evoral::Parameter>::iterator p;
- cerr << _route->name() << " the panner has " << params.size() << " params that can be automated\n";
-
for (p = params.begin(); p != params.end(); ++p) {
boost::shared_ptr<ARDOUR::AutomationControl> pan_control = _route->pannable()->automation_control(*p);