13
0
Commit Graph

12711 Commits

Author SHA1 Message Date
6e467153a0 Remove unused XMLNode::add_property methods
These are now unused and functionality is replaced by XMLNode::set_property

set_property is a better name as a node can only have properties with unique
names and the property will be set or reset(if it already exists). Changing the
name also makes it easier to transition and test the new API.
2017-04-19 09:36:57 +10:00
e4b1ece143 Use XMLNode::set_property API in xml tests 2017-04-19 09:36:57 +10:00
7085d7305d Use locale independent string conversion functions in SVAModifier class 2017-04-19 09:36:55 +10:00
9488cb0b69 Use XMLNode::get/set_property API in Gtkmm2ext::WindowProxy class 2017-04-19 09:36:55 +10:00
6779770fee Use XMLNode::get/set_property API in Gtkmm2ext::Tearoff class 2017-04-19 09:36:55 +10:00
c627da0a9f Use XMLNode::get/set_property API in Gtkmm2ext::Tabbable class 2017-04-19 09:36:55 +10:00
1f3589b122 Use XMLNode::get/set_property API in Gtkmm2ext::Keyboard class 2017-04-19 09:36:55 +10:00
ac89bfd229 Use XMLNode::set_property API in Gtkmm2ext::Bindings class 2017-04-19 09:36:54 +10:00
7170dd84d8 Use XMLProperty::get/set_property API in CC121 Surface module 2017-04-19 09:36:54 +10:00
bd533e305d Use XMLNode::set_property API in WiimoteControlProtocol class 2017-04-19 09:36:54 +10:00
bd3965e278 Use XMLNode::get/set_property in Push2 surface
Fix push2 property names to use hyphen word separator.
2017-04-19 09:36:54 +10:00
0df955412e Use XMLNode::set_property in OSC_GUI class 2017-04-19 09:36:54 +10:00
6c1e7153ef Use XMLNode::get/set_property API in OSC class 2017-04-19 09:36:54 +10:00
1680811dbf Use XMLNode::get_property API in Mackie DeviceInfo class 2017-04-19 09:36:54 +10:00
77b4e041ac Use XMLNode::get/set_property API in mackie Surface class 2017-04-19 09:36:54 +10:00
86f403cbbd Use XMLNode::get/set_property API in MackieControlProtocol class 2017-04-19 09:36:54 +10:00
9554dd4445 Use XMLNode::get/set_property API in mackie surface DeviceProfile class 2017-04-19 09:36:54 +10:00
f82cb87f0c Use XMLNode::get/set_property API in MIDIControllable class 2017-04-19 09:36:54 +10:00
3be0170e82 Use XMLNode::get/set_property API in GenericMidiControlProtocol class 2017-04-19 09:36:54 +10:00
f28bfb2648 Use XMLNode::get/set_property API in FaderPort class 2017-04-19 09:36:54 +10:00
8144b197c0 Use XMLNode::get/set_property API in ARDOUR::ControlProtocol class 2017-04-19 09:36:54 +10:00
a59288a1f2 Use XMLNode::set_property API in all Panner classes 2017-04-19 09:36:53 +10:00
f9af328bca Use XMLProperty::get/set_property API in PortManager class 2017-04-19 09:36:53 +10:00
161cd4f3cd Use XMLNode::get/set_property API in ARDOUR::VCA class 2017-04-19 09:36:53 +10:00
e8d0c2324f Use XMLNode::get/set_property API in ARDOUR::UserBundle class 2017-04-19 09:36:53 +10:00
81b0da4067 Use XMLNode::get/set_property API in ARDOUR::Track class 2017-04-19 09:36:53 +10:00
12ffebab05 Use XMLNode::get/set_property API in ARDOUR::Source class 2017-04-19 09:36:53 +10:00
baf0cf9393 Use XMLNode::set_property API in ARDOUR::SMFSource class 2017-04-19 09:36:53 +10:00
e6eab345a1 Use XMLNode::get/set_property API in ARDOUR::SlavableAutomationControl class 2017-04-19 09:36:53 +10:00
9ec25b307b Use XMLNode::get/set_property API in ARDOUR::Slavable class 2017-04-19 09:36:53 +10:00
89519d2e37 Use XMLNode::set_property in ARDOUR::SideChain class 2017-04-19 09:36:53 +10:00
23d8c41f01 Use XMLNode::get/set_property API in ARDOUR::Session class 2017-04-19 09:36:53 +10:00
7ba9223f9f Use XMLNode::get/set_property API in ARDOUR::RouteGroup 2017-04-19 09:36:53 +10:00
e900c67dde Use XMLNode::get/set_property API in ARDOUR::Return class 2017-04-19 09:36:53 +10:00
20400af96f Use XMLNode::get/set_property API in ARDOUR::PresentationInfo class 2017-04-19 09:36:53 +10:00
7798179558 Use XMLNode::get/set_property API in ARDOUR::PortInsert class 2017-04-19 09:36:53 +10:00
79a37dcabb Use XMLNode::get/set_property API in ARDOUR::Port class 2017-04-19 09:36:52 +10:00
a44e0982d4 Use XMLNode::get/set_property API in ARDOUR::PlaylistSource class 2017-04-19 09:36:52 +10:00
60ee8378de Use XMLNode::get/set_property API in ARDOUR::Playlist class 2017-04-19 09:36:52 +10:00
1051d674eb Use XMLNode::get/set_property API in ARDOUR::PhaseControl class 2017-04-19 09:36:52 +10:00
6311bd78bd Use XMLNode::get/set_property API in ARDOUR::MuteMaster class 2017-04-19 09:36:52 +10:00
f1c6616c11 Use XMLNode::get/set_property API in ARDOUR::MonitorChoice class 2017-04-19 09:36:52 +10:00
03ad6ae50a Use XMLNode::get/set_property API in ARDOUR::MidiTrack class 2017-04-19 09:36:52 +10:00
46bd1e7758 Use XMLNode::get/set_property API in ARDOUR::MidiSource class 2017-04-19 09:36:52 +10:00
30bea96579 Use XMLNode::get/set_property in ARDOUR::MIDISceneChange class 2017-04-19 09:36:52 +10:00
adc4bfd5db Use XMLNode::get/set_property API in ARDOUR::MidiModel class 2017-04-19 09:36:52 +10:00
815d93a1e7 Use XMLNode::get/set_parameter API in ARDOUR::MidiAutomationListBinder class 2017-04-19 09:36:52 +10:00
6eca562622 Use XMLNode::set_property in ARDOUR::Meter class 2017-04-19 09:36:52 +10:00
c2ea235594 Use XMLNode::get/set_property API in ARDOUR::Location class 2017-04-19 09:36:52 +10:00
34eb49b782 Use XMLNode::get/set_property API in ARDOUR::InternalSend class 2017-04-19 09:36:52 +10:00