mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue