summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-21 03:43:21 +0100
committerRobin Gareus <robin@gareus.org>2020-03-21 19:46:39 +0100
commit386264bd235a042d5d46550b04f6bdbdc3aac54b (patch)
tree0af81b922f1077778063e43384d634ff5cd14cf4 /gtk2_ardour/route_time_axis.cc
parent60bcefd03dc020afd206ce59a38ebb9a569dc3b2 (diff)
Pan: consolidate what_can_be_automated API
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 4f838faaf2..cd2a101cde 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -1814,7 +1814,7 @@ RouteTimeAxisView::ensure_pan_views (bool show)
return;
}
- set<Evoral::Parameter> params = _route->panner()->what_can_be_automated();
+ set<Evoral::Parameter> params = _route->pannable()->what_can_be_automated();
set<Evoral::Parameter>::iterator p;
for (p = params.begin(); p != params.end(); ++p) {