mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
faderport: save+restore footswitch setting
This commit is contained in:
parent
57b9dab27c
commit
9cce8d10a9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue