mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
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:
parent
dc86434283
commit
9686f8097d
9 changed files with 97 additions and 34 deletions
|
|
@ -25,6 +25,8 @@
|
|||
#include "pbd/xml++.h"
|
||||
#include "ardour/ardour.h"
|
||||
#include "ardour/mute_master.h"
|
||||
#include "ardour/session_event.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/route.h"
|
||||
#include "ardour/track.h"
|
||||
|
||||
|
|
@ -209,6 +211,8 @@ class RouteUI : public virtual AxisView
|
|||
void check_rec_enable_sensitivity ();
|
||||
void parameter_changed (std::string const &);
|
||||
void relabel_solo_button ();
|
||||
|
||||
void post_rec_cleanup (ARDOUR::SessionEvent* ev, UndoTransaction* undo, ARDOUR::Session::GlobalRecordEnableStateCommand*);
|
||||
};
|
||||
|
||||
#endif /* __ardour_route_ui__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue