Use AudioEngine::get_last_backend_error in message dialog when failing to start engine
authorTim Mayberry <mojofunk@gmail.com>
Sat, 26 Sep 2015 07:27:04 +0000 (17:27 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Wed, 30 Sep 2015 23:10:19 +0000 (09:10 +1000)
commitd19605aeaa99ffebb2048feb3fe86e0fd30db4ac
tree9e68b8725d45d0d7582c534b2ef006731accf171
parentd85ab8af89b1efd47622fb04a5d8407416c9db19
Use AudioEngine::get_last_backend_error in message dialog when failing to start engine

If a backend is not returning AudioBackend::ErrorCode values to indicate the
type of error then the default string will be returned which is the same as
what was previously displayed.
gtk2_ardour/ardour_ui.cc