faderport: save+restore footswitch setting
This commit is contained in:
parent
57b9dab27c
commit
9cce8d10a9
@ -794,6 +794,7 @@ FaderPort::get_state ()
|
|||||||
node.add_child_nocopy (get_button (Proj).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 (Trns).get_state());
|
||||||
node.add_child_nocopy (get_button (User).get_state());
|
node.add_child_nocopy (get_button (User).get_state());
|
||||||
|
node.add_child_nocopy (get_button (Footswitch).get_state());
|
||||||
|
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user