mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
make 3.0 catch up with transport and other changes in 2.X (hand applied, not merged)
git-svn-id: svn://localhost/ardour2/branches/3.0@5989 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c83e48e07a
commit
e98b3c1ec6
18 changed files with 253 additions and 228 deletions
|
|
@ -282,7 +282,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI
|
|||
void update_autosave();
|
||||
sigc::connection _autosave_connection;
|
||||
|
||||
void queue_transport_change ();
|
||||
void map_transport_state ();
|
||||
int32_t do_engine_start ();
|
||||
|
||||
|
|
@ -548,11 +547,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI
|
|||
void transport_forward (int option);
|
||||
void transport_rewind (int option);
|
||||
void transport_loop ();
|
||||
|
||||
void transport_rolling ();
|
||||
void transport_rewinding ();
|
||||
void transport_forwarding ();
|
||||
void transport_stopped ();
|
||||
void toggle_roll (bool with_abort);
|
||||
|
||||
bool _session_is_new;
|
||||
void connect_to_session (ARDOUR::Session *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue