save/restore monitor processor state; key handling in torn off monitor section window

git-svn-id: svn://localhost/ardour2/branches/3.0@6748 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-03-11 22:51:24 +00:00
parent 100d7c0f82
commit c5dab0e2a8
7 changed files with 219 additions and 48 deletions

View file

@ -104,4 +104,6 @@ class MonitorSection : public RouteUI
void solo_blink (bool);
bool cancel_solo (GdkEventButton*);
bool tearoff_key_press_event (GdkEventKey*);
};