13
0

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:
Carl Hetherington 2011-10-23 19:16:42 +00:00
parent b2637f0a00
commit f44d19fc84

View File

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