From bf91ed99ec2b1231c7150bde7f12c8ca573f0834 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 20 Jul 2010 16:27:34 +0000 Subject: add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES git-svn-id: svn://localhost/ardour2/branches/3.0@7449 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/midi_stretch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/midi_stretch.cc') diff --git a/libs/ardour/midi_stretch.cc b/libs/ardour/midi_stretch.cc index 21b5453da4..dedae6acb1 100644 --- a/libs/ardour/midi_stretch.cc +++ b/libs/ardour/midi_stretch.cc @@ -100,7 +100,7 @@ MidiStretch::run (boost::shared_ptr r) // FIXME: double copy Evoral::Event ev(*i, true); ev.time() = new_time; - new_model->append(ev); + new_model->append(ev, Evoral::next_event_id()); } new_model->end_write(); -- cgit v1.2.3