mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Remove superfluous typedefs.
Don't set range on sysex parameters (fix warning). git-svn-id: svn://localhost/ardour2/branches/3.0@4568 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d0cc3120ae
commit
de2681f7cd
7 changed files with 22 additions and 33 deletions
|
|
@ -54,7 +54,7 @@ SequenceTest::preserveEventOrderingTest (void)
|
|||
TestSink<Time> sink;
|
||||
sink.writing.connect(sigc::mem_fun(&sink, &TestSink<Time>::assertLastEventTimeEarlier));
|
||||
|
||||
seq->read(sink, timestamp_t(0), timedur_t(1200), timestamp_t(0));
|
||||
seq->read(sink, 0, 1200, 0);
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(size_t(12), test_notes.size());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue