Use PBD::to_string API from pbd/string_convert.h in AudioTrackImporter
authorTim Mayberry <mojofunk@gmail.com>
Tue, 20 Sep 2016 12:48:59 +0000 (22:48 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:00 +0000 (09:37 +1000)
commit0dbb9e63462272c632e78487167f07763cf1090f
treed94b14411f72e71e4ae654ae92478fc02f0b7827
parent0de5722fb132f431cee7da4cb46b47a358f27f89
Use PBD::to_string API from pbd/string_convert.h in AudioTrackImporter

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.

The code in this file has been disabled in the GUI for some time...and I doubt
it would now work correctly.
libs/ardour/audio_track_importer.cc