mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
git-svn-id: svn://localhost/ardour2/branches/3.0@6376 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
67460c2af4
commit
aae367b63c
256 changed files with 1123 additions and 1113 deletions
|
|
@ -54,7 +54,7 @@ AutomationController::AutomationController(boost::shared_ptr<AutomationControl>
|
|||
_screen_update_connection = ARDOUR_UI::RapidScreenUpdate.connect (
|
||||
sigc::mem_fun (*this, &AutomationController::display_effective_value));
|
||||
|
||||
ac->Changed.connect (sigc::mem_fun(*this, &AutomationController::value_changed));
|
||||
ac->Changed.connect (_changed_connection, sigc::mem_fun(*this, &AutomationController::value_changed));
|
||||
}
|
||||
|
||||
AutomationController::~AutomationController()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue