mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add use-these-engine-settings-from-now-on checkbox
Functional, but this needs a layout fix, still.
This commit is contained in:
parent
55e03e5c68
commit
9d65350600
2 changed files with 38 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ private:
|
|||
ArdourWidgets::ArdourButton start_stop_button;
|
||||
ArdourWidgets::ArdourButton update_devices_button;
|
||||
ArdourWidgets::ArdourButton use_buffered_io_button;
|
||||
ArdourWidgets::ArdourButton try_autostart_button;
|
||||
|
||||
Gtk::Button connect_disconnect_button;
|
||||
|
||||
|
|
@ -328,10 +329,12 @@ private:
|
|||
|
||||
void on_show ();
|
||||
void on_map ();
|
||||
void config_parameter_changed (std::string const&);
|
||||
void control_app_button_clicked ();
|
||||
void start_stop_button_clicked ();
|
||||
void update_devices_button_clicked ();
|
||||
void use_buffered_io_button_clicked ();
|
||||
void try_autostart_button_clicked ();
|
||||
void use_latency_button_clicked ();
|
||||
void manage_control_app_sensitivity ();
|
||||
int push_state_to_backend (bool start);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue