Change "Stop" button into a Start/Stop button in Audio Setup dialog

This commit is contained in:
Tim Mayberry 2015-08-25 21:42:11 +10:00
parent 0396df963f
commit dd275327a4
2 changed files with 40 additions and 16 deletions

View file

@ -84,7 +84,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
Gtk::Label have_control_text;
ArdourButton control_app_button;
ArdourButton midi_devices_button;
ArdourButton stop_engine_button;
ArdourButton start_stop_button;
Gtk::Button connect_disconnect_button;
@ -289,7 +289,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
void on_show ();
void on_response (int);
void control_app_button_clicked ();
void stop_engine_button_clicked ();
void start_stop_button_clicked ();
void use_latency_button_clicked ();
void manage_control_app_sensitivity ();
int push_state_to_backend (bool start);