From ef0f13cb840376a8bc8553a509597e0c8cf5a7ea Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 3 Oct 2015 15:49:55 +1000 Subject: Stop engine when clicking back button in latency measurement tab of EngineControl dialog The engine is started when you switch to latency measurement tab but it isn't stopped if you just click the back button without measuring for latency. --- gtk2_ardour/engine_dialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/engine_dialog.h') diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h index 7fc0106b36..39ae276162 100644 --- a/gtk2_ardour/engine_dialog.h +++ b/gtk2_ardour/engine_dialog.h @@ -304,6 +304,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList { /* latency measurement */ void latency_button_clicked (); + void latency_back_button_clicked (); bool check_audio_latency_measurement (); bool check_midi_latency_measurement (); sigc::connection latency_timeout; -- cgit v1.2.3