Fix up evoral test suite.

git-svn-id: svn://localhost/ardour2/branches/3.0@7483 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2010-07-25 00:39:04 +00:00
parent c685724c80
commit 963bc50a8b
7 changed files with 19 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ SMFTest::takeFiveTest ()
// make ev.time absolute time in frames
ev.time() = time * frames_per_beat / (double)smf.ppqn();
ev.set_event_type(type_map->midi_event_type(buf[0]));
seq->append(ev);
seq->append(ev, next_event_id ());
}
}