mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
fix initial panner control for new Sends
This commit is contained in:
parent
9840a11537
commit
d3acba6be4
2 changed files with 2 additions and 3 deletions
|
|
@ -2508,8 +2508,7 @@ ProcessorBox::choose_insert ()
|
|||
void
|
||||
ProcessorBox::choose_send ()
|
||||
{
|
||||
boost::shared_ptr<Pannable> sendpan(new Pannable (*_session));
|
||||
boost::shared_ptr<Send> send (new Send (*_session, sendpan, _route->mute_master()));
|
||||
boost::shared_ptr<Send> send (new Send (*_session, _route->pannable (), _route->mute_master()));
|
||||
|
||||
/* make an educated guess at the initial number of outputs for the send */
|
||||
ChanCount outs = (_session->master_out())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue