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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user