tidy
git-svn-id: svn://localhost/ardour2/branches/3.0@13253 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e36c855464
commit
6009ad3060
@ -196,10 +196,8 @@ MidiTrack::state(bool full_state)
|
||||
root.add_child_nocopy (*freeze_node);
|
||||
}
|
||||
|
||||
root.add_property (X_("note-mode"), enum_2_string (_note_mode));
|
||||
|
||||
root.add_property ("step-editing", (_step_editing ? "yes" : "no"));
|
||||
root.add_property ("note-mode", enum_2_string (_note_mode));
|
||||
root.add_property ("step-editing", (_step_editing ? "yes" : "no"));
|
||||
root.add_property ("input-active", (_input_active ? "yes" : "no"));
|
||||
|
||||
return root;
|
||||
|
Loading…
Reference in New Issue
Block a user