Remove muting behaviour from the Amp processor. Fix some small
commitff89b1467557c99cee0b51d2d3c2643278b9db9d
authorcarlh <carlh@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Mon, 17 May 2010 23:28:13 +0000 (17 23:28 +0000)
committercarlh <carlh@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Mon, 17 May 2010 23:28:13 +0000 (17 23:28 +0000)
treec816fe23d59070e08821dc5e577b6e750af07bb1
parent9e2187c554834ac843aba44996c86d321289bffc
Remove muting behaviour from the Amp processor.  Fix some small
bugs with delivery muting.  The upshot being that muting now definitely
happens in a channel's deliveries, and not really in the channel strip
at all.  When the channel is muted, those deliveries described by
the MuteMaster settings are muted.  Should fix #3141.

git-svn-id: svn+ssh://ardour.org/ardour2/branches/3.0@7115 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/amp.cc
libs/ardour/ardour/amp.h
libs/ardour/ardour/mute_master.h
libs/ardour/ardour/processor.h
libs/ardour/ardour/route.h
libs/ardour/delivery.cc
libs/ardour/processor.cc
libs/ardour/return.cc
libs/ardour/route.cc
libs/ardour/send.cc