From 9a7f96f15a08ece80288c4236f1de789ee72ea4d Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 26 Sep 2015 17:02:37 +1000 Subject: Add a couple of error codes to AudioBackend::ErrorCode Also use the error message from ARDOUR_UI::reconnect_to_engine as the default error string --- libs/ardour/ardour/audio_backend.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/audio_backend.h') diff --git a/libs/ardour/ardour/audio_backend.h b/libs/ardour/ardour/audio_backend.h index ed5b053274..27b6e7e2b5 100644 --- a/libs/ardour/ardour/audio_backend.h +++ b/libs/ardour/ardour/audio_backend.h @@ -101,12 +101,14 @@ class LIBARDOUR_API AudioBackend : public PortEngine { MidiDeviceNotAvailableError, MidiDeviceNotConnectedError, MidiDeviceIOError, + SampleFormatNotSupportedError, SampleRateNotSupportedError, RequestedInputLatencyNotSupportedError, RequestedOutputLatencyNotSupportedError, PeriodSizeNotSupportedError, PeriodCountNotSupportedError, DeviceConfigurationNotSupportedError, + ChannelCountNotSupportedError, InputChannelCountNotSupportedError, OutputChannelCountNotSupportedError, AquireRealtimePermissionError, -- cgit v1.2.3