Use XMLNode::get/set_property API in ExportFormatSpecification
authorTim Mayberry <mojofunk@gmail.com>
Fri, 26 Aug 2016 10:13:50 +0000 (20:13 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:36:49 +0000 (09:36 +1000)
commit1dfcf07ba9448a0a73f85519f04d9c03b08f5e3e
treea0cfbe76b914365938a10d2871404fd1c9662791
parentbe309b913d081093b5d5d6c4c166dd9b11ee85d3
Use XMLNode::get/set_property API in ExportFormatSpecification

The float conversions are now handled automatically by PBD::to_string/string_to
so precision is improved and LocaleGuard is no longer needed.

Improves readability and in ~70 lines less code
libs/ardour/export_format_specification.cc