Use XMLNode::get/set_property in ARDOUR::ChanMapping class
authorTim Mayberry <mojofunk@gmail.com>
Sat, 27 Aug 2016 12:27:10 +0000 (22:27 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:36:50 +0000 (09:36 +1000)
commitd53c66973cc9986c74dd320929600a6afcc695d8
treec212bd795105f8660364bcff413d21d47d5493ea
parent9c083a9b8630a085737498f15e0b61315046afe0
Use XMLNode::get/set_property in ARDOUR::ChanMapping class

This avoids possible demotion of unsigned integers when using the
add_property(char*, long) API. Which is unlikely to have ever been an issue but
worth noting.
libs/ardour/chan_mapping.cc