mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
A fix to make MIDI controller state save properly, also fixed a bind cancel related segfault. (hopefully)
git-svn-id: svn://localhost/ardour2/trunk@1669 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6bd31cc7a3
commit
d4a73c373a
2 changed files with 50 additions and 20 deletions
|
|
@ -49,7 +49,9 @@ class GenericMidiControlProtocol : public ARDOUR::ControlProtocol {
|
|||
|
||||
typedef std::set<MIDIControllable*> MIDIControllables;
|
||||
MIDIControllables controllables;
|
||||
MIDIControllables pending_controllables;
|
||||
|
||||
typedef std::list<std::pair<MIDIControllable*,sigc::connection> > MIDIPendingControllables;
|
||||
MIDIPendingControllables pending_controllables;
|
||||
Glib::Mutex controllables_lock;
|
||||
Glib::Mutex pending_lock;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue