13
0
git-svn-id: svn://localhost/ardour2/branches/3.0@13253 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2012-10-12 09:24:31 +00:00
parent e36c855464
commit 6009ad3060

View File

@ -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;