first pass at end-to-end RT operation request (GUI->session->RT thread->GUI), just for rec-enable

git-svn-id: svn://localhost/ardour2/branches/3.0@6324 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2009-12-07 21:37:35 +00:00
parent dc86434283
commit 9686f8097d
9 changed files with 97 additions and 34 deletions

View File

@@ -215,9 +215,9 @@ void
BasicUI::toggle_all_rec_enables ()
{
if (session->get_record_enabled()) {
session->record_disenable_all ();
// session->record_disenable_all ();
} else {
session->record_enable_all ();
// session->record_enable_all ();
}
}