Use PBD::to_string() from pbd/string_convert.h in ardour ALSA utils
authorTim Mayberry <mojofunk@gmail.com>
Tue, 20 Sep 2016 12:27:21 +0000 (22:27 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:00 +0000 (09:37 +1000)
commit0de5722fb132f431cee7da4cb46b47a358f27f89
treef170fbf6ad60b27731008a73729971086b403031
parentbf5864aaca6a50df2f24bc4fb22096a98ee1f7ba
Use PBD::to_string() from pbd/string_convert.h in ardour ALSA utils

Use pbd/string_convert.h API instead of std::ostream for numeric formatting to
remain locale independent and not have to use a LocaleGuard. The formatting is
equivalent
libs/ardouralsautil/devicelist.cc