summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-21 02:42:34 +0100
committerRobin Gareus <robin@gareus.org>2020-03-21 19:46:38 +0100
commit60bcefd03dc020afd206ce59a38ebb9a569dc3b2 (patch)
treef2c3eae995a379971037f6258a569290c9aabe89 /gtk2_ardour/route_time_axis.cc
parentefb63e1bf29b131978b30b23304dfc276af70a8d (diff)
Pan: remove/consolidate parameter-descriptor
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 7ef0ebd4b5..4f838faaf2 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -1829,7 +1829,7 @@ RouteTimeAxisView::ensure_pan_views (bool show)
/* we don't already have an AutomationTimeAxisView for this parameter */
- std::string const name = _route->panner()->describe_parameter (pan_control->parameter ());
+ std::string const name = _route->pannable()->describe_parameter (pan_control->parameter ());
boost::shared_ptr<AutomationTimeAxisView> t (
new AutomationTimeAxisView (_session,