mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove PBD::Connection (replace use with PBD::ScopedConnection); remove limitation on transport roll after session end
git-svn-id: svn://localhost/ardour2/branches/3.0@6834 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3dd7f05fb1
commit
a48742043b
7 changed files with 16 additions and 27 deletions
|
|
@ -94,7 +94,7 @@ class GenericMidiControlProtocol : public ARDOUR::ControlProtocol {
|
|||
typedef std::list<MIDIFunction*> MIDIFunctions;
|
||||
MIDIFunctions functions;
|
||||
|
||||
typedef std::pair<MIDIControllable*,PBD::Connection> MIDIPendingControllable;
|
||||
typedef std::pair<MIDIControllable*,PBD::ScopedConnection> MIDIPendingControllable;
|
||||
typedef std::list<MIDIPendingControllable* > MIDIPendingControllables;
|
||||
MIDIPendingControllables pending_controllables;
|
||||
Glib::Mutex controllables_lock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue