13
0
livetrax/libs/evoral
Robin Gareus e63c3d028a note-off ordering - fixes #6340
Evoral::Beats::operator>() rounds to (1.0 / PPQN), hardcoded 1/1920.0.

If the time difference between two events is smaller than 1/PPQN,
Beats::operator>()  and  Beats::operator<()  produce ambiguous results.
The same pair of values is both "less than" and "greater than" depending
which operator is used.

While it's fine for some cases to ignore the order of nearly concurent
events, the std::priority_queue must be strictly ordered.
2015-09-14 04:55:01 +02:00
..
evoral note-off ordering - fixes #6340 2015-09-14 04:55:01 +02:00
MSVCevoral Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (just to be on the safe side) 2015-06-09 13:18:42 +01:00
src Replace "%z" modifier with glib macro for portability. 2015-07-30 17:00:03 +02:00
test hack around a bug in cppunit/mingw/windows. 2015-09-13 20:23:12 +02:00
run-tests.sh Use test utility function to find evoral test files 2014-12-03 17:31:04 +07:00
wscript don't install static library libsmf.a 2015-05-03 19:50:36 +02:00