mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
Fix read of MIDI undo information to use the correct time type. Fixes #4387.
git-svn-id: svn://localhost/ardour2/branches/3.0@10292 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b2637f0a00
commit
f44d19fc84
1 changed files with 2 additions and 2 deletions
|
|
@ -508,8 +508,8 @@ MidiModel::NoteDiffCommand::unmarshal_note (XMLNode *xml_note)
|
|||
unsigned int note;
|
||||
XMLProperty* prop;
|
||||
unsigned int channel;
|
||||
unsigned int time;
|
||||
unsigned int length;
|
||||
MidiModel::TimeType time;
|
||||
MidiModel::TimeType length;
|
||||
unsigned int velocity;
|
||||
gint id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue