X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fpanner_shell.cc;h=7963682bcffab0d91d71f4c55eae0e67fb631f9b;hb=15b5fce90480490455237da917167b0bcb5ce946;hp=c6cbbe36abdcd0b28f6667cc08efdc6e311faaa5;hpb=1385643131a2b2231bbbc0c584c76883fcfb580a;p=ardour.git diff --git a/libs/ardour/panner_shell.cc b/libs/ardour/panner_shell.cc index c6cbbe36ab..7963682bcf 100644 --- a/libs/ardour/panner_shell.cc +++ b/libs/ardour/panner_shell.cc @@ -102,6 +102,12 @@ PannerShell::configure_io (ChanCount in, ChanCount out) } _panner.reset (pi->descriptor.factory (_pannable, _session.get_speakers())); + _panner->configure_io (in, out); + + /* PANNER_HACKS: only the real owner should be able to claim the pannable + */ + + _pannable->set_panner (_panner); Changed (); /* EMIT SIGNAL */ }