summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audio_backend.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-09-26 17:02:37 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-10-01 09:10:19 +1000
commit9a7f96f15a08ece80288c4236f1de789ee72ea4d (patch)
tree9b4ef1872fb7fd79167e6279a056db803029e9ac /libs/ardour/ardour/audio_backend.h
parentc6f9a65081176506fd44871f052948b1b1a1a013 (diff)
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
Diffstat (limited to 'libs/ardour/ardour/audio_backend.h')
-rw-r--r--libs/ardour/ardour/audio_backend.h2
1 files changed, 2 insertions, 0 deletions
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,