mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
fix Aux-Send Panner Linking
This commit is contained in:
parent
3dc71953de
commit
ef4facca11
1 changed files with 1 additions and 2 deletions
|
|
@ -2981,8 +2981,7 @@ Route::add_aux_send (boost::shared_ptr<Route> route, boost::shared_ptr<Processor
|
||||||
|
|
||||||
{
|
{
|
||||||
Glib::Threads::Mutex::Lock lm (AudioEngine::instance()->process_lock ());
|
Glib::Threads::Mutex::Lock lm (AudioEngine::instance()->process_lock ());
|
||||||
boost::shared_ptr<Pannable> sendpan (new Pannable (_session));
|
listener.reset (new InternalSend (_session, _pannable, _mute_master, boost::dynamic_pointer_cast<ARDOUR::Route>(shared_from_this()), route, Delivery::Aux));
|
||||||
listener.reset (new InternalSend (_session, sendpan, _mute_master, boost::dynamic_pointer_cast<ARDOUR::Route>(shared_from_this()), route, Delivery::Aux));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
add_processor (listener, before);
|
add_processor (listener, before);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue