fix leftover bug from hacking on internal send panning stuff
git-svn-id: svn://localhost/ardour2/branches/3.0@9976 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
afdb298462
commit
868e871486
@ -81,12 +81,7 @@ InternalSend::use_target (boost::shared_ptr<Route> sendto)
|
||||
mixbufs.ensure_buffers (_send_to->internal_return()->input_streams(), _session.get_block_size());
|
||||
mixbufs.set_count (_send_to->internal_return()->input_streams());
|
||||
|
||||
ChanCount n = _send_to->internal_return()->input_streams ();
|
||||
|
||||
if (n != _configured_output) {
|
||||
_configured_output = n;
|
||||
reset_panner ();
|
||||
}
|
||||
reset_panner ();
|
||||
|
||||
set_name (sendto->name());
|
||||
_send_to_id = _send_to->id();
|
||||
|
Loading…
Reference in New Issue
Block a user