Remove LocaleGuard from ARDOUR::MidiTrack class
authorTim Mayberry <mojofunk@gmail.com>
Sun, 4 Sep 2016 11:36:14 +0000 (21:36 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
commit3c59d38f1c818de93fe1c70d3ab6d2fbc14c3f02
tree1111e0e689f58ed84fcac76063b1b0db518413f6
parent482be1410bb97114ad3202fb65671226a619db8f
Remove LocaleGuard from ARDOUR::MidiTrack class

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