summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audioengine.h
diff options
context:
space:
mode:
authorGreg Zharun <grygoriiz@wavesglobal.com>2015-02-28 18:38:45 +0200
committerPaul Davis <paul@linuxaudiosystems.com>2015-03-31 17:29:41 -0400
commita2f82f8c5d46beead18d22a60c67c67e848d9561 (patch)
tree6c562159bcb62a5f8ad4c65d5c1099ee9034707d /libs/ardour/ardour/audioengine.h
parentce069da6827717d1428637fb2e9d4e9cbd40b30b (diff)
[Summary] Added actions to handle abnormal behavior during stream stop for MIDI and Audio devices.
Made correct error handling for cases we didn't see before. Removed redundant and experimental code I forgot to remove months ago. Added debug output which will help in future testing Conflicts: libs/ardour/ardour/audioengine.h libs/ardour/engine_state_controller.cc libs/backends/wavesaudio/waves_midi_device.cc
Diffstat (limited to 'libs/ardour/ardour/audioengine.h')
-rw-r--r--libs/ardour/ardour/audioengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/audioengine.h b/libs/ardour/ardour/audioengine.h
index ed1ddb8609..b1e059e76a 100644
--- a/libs/ardour/ardour/audioengine.h
+++ b/libs/ardour/ardour/audioengine.h
@@ -104,6 +104,7 @@ class LIBARDOUR_API AudioEngine : public SessionHandlePtr, public PortManager
bool in_process_thread ();
uint32_t process_thread_count ();
+ int backend_reset_requested();
void request_backend_reset();
void request_device_list_update();
void launch_device_control_app();