13
0

faderport: save+restore footswitch setting

This commit is contained in:
Paul Davis 2016-02-03 11:53:56 -05:00
parent 57b9dab27c
commit 9cce8d10a9

View File

@ -794,6 +794,7 @@ FaderPort::get_state ()
node.add_child_nocopy (get_button (Proj).get_state());
node.add_child_nocopy (get_button (Trns).get_state());
node.add_child_nocopy (get_button (User).get_state());
node.add_child_nocopy (get_button (Footswitch).get_state());
return node;
}