summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_backend.cc
AgeCommit message (Collapse)Author
2016-10-17spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>Paul Davis
Corresponds to https://anonscm.debian.org/cgit/pkg-multimedia/ardour.git/tree/debian/patches/0070-spelling.patch
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-02define more backend error-messages.Robin Gareus
2015-10-01Add a couple of error codes to AudioBackend::ErrorCodeTim Mayberry
Also use the error message from ARDOUR_UI::reconnect_to_engine as the default error string
2015-09-02Add enums to AudioBackend class for getting standard error and device name ↵Tim Mayberry
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.