Add enums to AudioBackend class for getting standard error and device name strings
authorTim Mayberry <mojofunk@gmail.com>
Thu, 20 Aug 2015 12:37:50 +0000 (22:37 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Wed, 2 Sep 2015 02:07:14 +0000 (12:07 +1000)
commit94f3e3029aa66822e6ec4fa48eff1a31dcfc845e
tree8306c5a8c5612ba75dcf3e56622b2d392c16b496
parent451e35002c6478e9e27b55186db3b691fabbbb50
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.
libs/ardour/ardour/audio_backend.h
libs/ardour/audio_backend.cc [new file with mode: 0644]
libs/ardour/wscript