Remove LocaleGuard from ARDOUR::AudioDiskstream state methods
authorTim Mayberry <mojofunk@gmail.com>
Sun, 4 Sep 2016 11:00:14 +0000 (21:00 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
commit47b1f0869bb1255401d50f2c13b37221b9019af8
tree355e3b3df6c52ef12c182b5dd54d7b63ab0d1398
parenteb5161b6012a73eae0a288d71727edcfd161d16a
Remove LocaleGuard from ARDOUR::AudioDiskstream state methods

There are no float <=> string conversions and they are all now performed using
PBD::to_string/string_to via XMLNode
libs/ardour/audio_diskstream.cc