remove bogus default-channel property from MidiTrack XML
git-svn-id: svn://localhost/ardour2/branches/3.0@9598 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
16c280e405
commit
92ede6153e
@ -222,7 +222,6 @@ MidiTrack::state(bool full_state)
|
||||
root.add_property ("step-editing", (_step_editing ? "yes" : "no"));
|
||||
root.add_property ("note-mode", enum_2_string (_note_mode));
|
||||
root.add_property ("midi-thru", (_midi_thru ? "yes" : "no"));
|
||||
root.add_property ("default-channel", buf);
|
||||
|
||||
return root;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user