summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-20 22:37:50 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-09-02 12:07:14 +1000
commit94f3e3029aa66822e6ec4fa48eff1a31dcfc845e (patch)
tree8306c5a8c5612ba75dcf3e56622b2d392c16b496 /libs/ardour/wscript
parent451e35002c6478e9e27b55186db3b691fabbbb50 (diff)
Add enums to AudioBackend class for getting standard error and device name strings
These could also be used for return values but are initially intended for shared translations of error messages between backends. Ideally IMO translation should occur in the GUI(as there may be more than one) in response to these(or similar) error codes but that would take agreement and a fair bit of refactoring. As it is there are errors that occur in the backends that users will want to know about this at least allows consistent translations to be shared between backends.
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index c732161ec8..c0049b55fe 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -22,6 +22,7 @@ libardour_sources = [
'amp.cc',
'analyser.cc',
'async_midi_port.cc',
+ 'audio_backend.cc',
'audio_buffer.cc',
'audio_diskstream.cc',
'audio_library.cc',