Use PBD::to_string from pbd/string_convert.h in ARDOUR::VCAManager
authorTim Mayberry <mojofunk@gmail.com>
Wed, 21 Sep 2016 02:41:42 +0000 (12:41 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:00 +0000 (09:37 +1000)
commitaede5c85d5eabfca8b8e87eb0fd712e7c6c4148d
treedcab4c708b71019b0cad31a1644c62d077f89617
parent2386dc7ede0a133193905b4bf23dcf64c0a85648
Use PBD::to_string from pbd/string_convert.h in ARDOUR::VCAManager

The numeric formatting is equivalent to iostreams when global C++ locale is set
to "C" without the need for a LocaleGuard.

I'm not sure this would have been an issue as the number of VCA's may never get
high enough for digit grouping of the locale to affect numeric output, but now
it is not a possibility.
libs/ardour/vca_manager.cc